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;