chore: 引入vant组件
This commit is contained in:
@@ -2,15 +2,12 @@ import { createApp } from 'vue'
|
||||
|
||||
import App from './App.vue'
|
||||
import router from './router'
|
||||
// import ElementPlus from 'element-plus'
|
||||
import store from './stores/index'
|
||||
import 'normalize.css/normalize.css'
|
||||
import './assets/css/style.css'
|
||||
|
||||
import flexible from "./utils/flexible.js";
|
||||
|
||||
//引入element-plus相关样式
|
||||
import 'element-plus/dist/index.css'
|
||||
import './assets/main.css'
|
||||
import "./router/router-config" // 路由守卫,做动态路由的地方
|
||||
|
||||
@@ -24,7 +21,6 @@ document.addEventListener('touchend', function(event) {
|
||||
}, false);
|
||||
|
||||
const app = createApp(App)
|
||||
// app.use(ElementPlus)
|
||||
app.use(router)
|
||||
app.use(store)
|
||||
flexible();
|
||||
|
||||
Reference in New Issue
Block a user