hanbaoshan
2020-08-05 a51a787a5ecb7d249dba434be74160c85516c555
src/pages/index/main.ts
@@ -1,6 +1,11 @@
import Vue from 'vue'
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
import 'element-ui/lib/theme-chalk/index.css';
import "@/assets/css/element-variables.scss";
import "../../assets/css/common.scss"
import "../../assets/css/overried.scss"
import App from './App.vue'
Vue.use(ElementUI)