|
@@ -1,16 +1,12 @@
|
|
|
import { createApp } from 'vue'
|
|
|
import App from './App'
|
|
|
import router from '../router/index-admin'
|
|
|
-import '../style/index.css'
|
|
|
-import 'normalize.css'
|
|
|
-import 'element-plus/dist/index.css'
|
|
|
import * as ElementPlusIconsVue from '@element-plus/icons-vue'
|
|
|
|
|
|
import '@vant/touch-emulator'
|
|
|
-import mitt from "mitt"
|
|
|
+import mitt from 'mitt'
|
|
|
|
|
|
import Vue3Lottie from 'vue3-lottie'
|
|
|
-import 'vue3-lottie/dist/style.css'
|
|
|
|
|
|
|
|
|
|
|
@@ -19,7 +15,6 @@ for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
|
|
|
app.component(key, component)
|
|
|
}
|
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|