src/lang/index.js
@@ -4,6 +4,7 @@ import india from "./hi.json"; import zh from "./zh.json"; import es from "./es.json"; import cht from "./cht.json"; Vue.use(VueI18n); @@ -14,5 +15,6 @@ en, // 英文语言包 hi: india, // 印度语言包 es, // 西班牙语言包 "zh-Hant": cht, // 繁体中文语言包 }, });