mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 12:44:27 +08:00
fix: close i18n warn
This commit is contained in:
parent
4b1d3f2912
commit
20d9fbef2e
@ -12,6 +12,11 @@ export const i18n = createI18n({
|
||||
zhCN,
|
||||
enUS,
|
||||
},
|
||||
// 缺失国际化键警告
|
||||
// missingWarn: false,
|
||||
|
||||
// 缺失回退内容警告
|
||||
fallbackWarn: false,
|
||||
})
|
||||
|
||||
export function install(app: App) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user