From 3fe6be8e6eeae41fcfabc5876cac2fddd1c860f0 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期四, 21 一月 2021 11:41:07 +0800 Subject: [PATCH] 朔黄首页数据统计分析tab静态页完善 --- src/pages/shuohuangMonitorAnalyze/index/main.ts | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/pages/shuohuangMonitorAnalyze/index/main.ts b/src/pages/shuohuangMonitorAnalyze/index/main.ts index 4297dbe..c67de5b 100644 --- a/src/pages/shuohuangMonitorAnalyze/index/main.ts +++ b/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; -- Gitblit v1.8.0