fix 修复i18n无感刷新问题

This commit is contained in:
LiuHao
2024-01-11 15:26:37 +08:00
parent 5910032908
commit 4ea7376dbc
4 changed files with 5 additions and 5 deletions

View File

@ -18,6 +18,7 @@ export const getLanguage = (): LanguageEnum => {
const i18n = createI18n({
globalInjection: true,
allowComposition: true,
legacy: false,
locale: getLanguage(),
messages