fix: close i18n warn

This commit is contained in:
chansee97 2024-07-20 00:28:43 +08:00
parent 4b1d3f2912
commit 20d9fbef2e

View File

@ -12,6 +12,11 @@ export const i18n = createI18n({
zhCN, zhCN,
enUS, enUS,
}, },
// 缺失国际化键警告
// missingWarn: false,
// 缺失回退内容警告
fallbackWarn: false,
}) })
export function install(app: App) { export function install(app: App) {