zhangzengfei
2020-08-07 cc7f28137c5fbd698b02817259f2af1311bbb1b2
src/pages/syslog/index/main.ts
@@ -1,6 +1,7 @@
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 App from './App.vue'
Vue.use(ElementUI)