配置多语言
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user