画布
This commit is contained in:
11
src/main.ts
11
src/main.ts
@@ -9,7 +9,6 @@ import SvgIcon from "@/components/SvgIcon/index.vue";
|
||||
import "virtual:svg-icons-register";
|
||||
|
||||
import i18n from "./lang/index";
|
||||
|
||||
import flexible from "./utils/flexible.js";
|
||||
|
||||
import "./router/router-config" // 路由守卫,做动态路由的地方
|
||||
@@ -18,11 +17,11 @@ import 'element-plus/dist/index.css'
|
||||
|
||||
const app = createApp(App)
|
||||
app.use(router)
|
||||
.use(ElementPlus)
|
||||
.use(store)
|
||||
.component("SvgIcon", SvgIcon)
|
||||
.use(i18n)
|
||||
.mount('#app')
|
||||
.use(ElementPlus)
|
||||
.use(store)
|
||||
.component("SvgIcon", SvgIcon)
|
||||
.use(i18n)
|
||||
.mount('#app')
|
||||
|
||||
|
||||
flexible();
|
||||
|
||||
Reference in New Issue
Block a user