1.新增显示分红说明文档菜单
2.文档新增英文版
This commit is contained in:
@@ -204,6 +204,13 @@ async function onDownload() {
|
||||
onMounted(() => {
|
||||
void loadContent()
|
||||
})
|
||||
|
||||
watch(
|
||||
() => config.lang.defaultLang,
|
||||
() => {
|
||||
void loadContent()
|
||||
}
|
||||
)
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user