hanbaoshan
2020-09-27 823bf0b5540f4770e58e898ea8ee9a4d75ebeded
src/pages/settings/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)