mirror of
https://github.com/misitebao/wails-template-vue
synced 2025-02-23 13:02:16 +08:00
fix: fix routing page exception (#34)
fixed: https://github.com/misitebao/wails-template-vue/issues/33
This commit is contained in:
parent
87ccc97a27
commit
8ea31814e1
@ -7,6 +7,7 @@ import fr from "./locales/fr.json";
|
||||
const i18n = createI18n({
|
||||
locale: "en",
|
||||
fallbackLocale: "en",
|
||||
legacy:false,
|
||||
messages: {
|
||||
"zh-Hans": zhHans,
|
||||
en: en,
|
||||
|
@ -7,6 +7,7 @@ import fr from "./locales/fr.json";
|
||||
const i18n = createI18n({
|
||||
locale: "en",
|
||||
fallbackLocale: "en",
|
||||
legacy:false,
|
||||
messages: {
|
||||
"zh-Hans": zhHans,
|
||||
en: en,
|
||||
|
Loading…
Reference in New Issue
Block a user