From c7a060b8465dfbb35bf307aa975ac74e2c665ec1 Mon Sep 17 00:00:00 2001 From: 码农齐齐齐 <10948399+menon-qiqi@user.noreply.gitee.com> Date: 星期三, 07 九月 2022 16:19:58 +0800 Subject: [PATCH] 登录 大屏 路由 --- src/main.js | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index f253456..79b408f 100644 --- a/src/main.js +++ b/src/main.js @@ -2,9 +2,17 @@ import App from './App.vue' import router from './router' import store from './store' - Vue.config.productionTip = false - +// 寮曞叆鏍峰紡娓呴櫎 +import 'normalize.css/normalize.css' +// 寮曞叆elementUI +import ElementUI from 'element-ui'; +import "element-ui/lib/theme-chalk/index.css"; +// 寮曞叆icons +import './assets/icons' +// 寮曞叆鍏ㄥ眬鏍峰紡 +import '@/styles/index.scss' +Vue.use(ElementUI) new Vue({ router, store, -- Gitblit v1.8.0