Update vue-i18n from 9.1.9 to 9.2.2, force to use production version of vue-i18n in order to improve the performance

This commit is contained in:
Louis Lam
2022-10-10 16:23:32 +08:00
parent 71af23cf00
commit bd42450e55
3 changed files with 71 additions and 119 deletions

View File

@@ -1,4 +1,4 @@
import { createI18n } from "vue-i18n/index";
import { createI18n } from "vue-i18n/dist/vue-i18n.esm-browser.prod.js";
import en from "./languages/en";
const languageList = {