chore: 升级 vue-i18n 依赖

This commit is contained in:
就眠儀式
2022-03-25 17:02:04 +08:00
parent 1579f2924d
commit 5929545578
5 changed files with 5 additions and 27 deletions

View File

@@ -3,6 +3,7 @@ import zh_CN from "./locales/zh_CN";
import en_US from "./locales/en_US";
const i18n = createI18n({
legacy: false,
locale: "en_US",
messages: {
zh_CN: zh_CN,