配置多语言

This commit is contained in:
李志鹏
2026-02-03 11:21:10 +08:00
parent e8de1ac3b4
commit 734c0129cd
5 changed files with 137 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ import './assets/css/style.css'
import SvgIcon from "@/components/SvgIcon/index.vue";
import "virtual:svg-icons-register";
import i18n from "./lang/index";
import flexible from "./utils/flexible.js";
@@ -19,6 +20,7 @@ app.use(router)
.use(ElementPlus)
.use(store)
.component("SvgIcon", SvgIcon)
.use(i18n)
.mount('#app')