hanbaoshan
2020-10-09 7e0c6fa4bf15a40bf1c824ad0e2f7ced6438c766
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)