修复翻译依赖导致的错误

pull/930/merge
lyswhut 2022-03-06 13:11:03 +08:00
parent 02c74f7d96
commit d710c31d48
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ import { messages } from '@/lang'
const i18n = createI18n({
locale: 'zh-cn',
fallbackLocale: 'zh-cn',
allowComposition: true,
messages,
})