feat: add page layout i18n language config.

增加页面布局的国际化语言配置
This commit is contained in:
iczer
2020-06-23 22:05:29 +08:00
parent 2382dd8abc
commit 2e90b7c614
9 changed files with 71 additions and 30 deletions

View File

@@ -87,6 +87,7 @@ export default {
this.$i18n.mergeLocaleMessage(key, this.i18n[key])
})
}
this.$emit('i18nComplete', this.$i18n._getMessages())
},
created () {
this.updateMenu()