hanbaoshan
2021-01-21 3fe6be8e6eeae41fcfabc5876cac2fddd1c860f0
src/pages/shuohuangMonitorAnalyze/index/main.ts
@@ -6,7 +6,10 @@
import echarts from 'echarts';
import 'element-ui/lib/theme-chalk/index.css';
import "@/assets/css/element-variables.scss";
import VueAwesomeSwiper from "vue-awesome-swiper";
import "swiper/dist/css/swiper.css";
Vue.use(ElementUI);
Vue.use(VueAwesomeSwiper as any);
Vue.mixin(Mixin);
Vue.prototype.$moment = moment;
Vue.prototype.$echarts = echarts;