修复翻译依赖导致的错误
parent
02c74f7d96
commit
d710c31d48
|
@ -14,6 +14,7 @@ import { messages } from '@/lang'
|
|||
const i18n = createI18n({
|
||||
locale: 'zh-cn',
|
||||
fallbackLocale: 'zh-cn',
|
||||
allowComposition: true,
|
||||
messages,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue