src/pages/shuohuangMonitorAnalyze/index/main.ts
@@ -3,12 +3,13 @@ import Mixin from "./mixins"; import ElementUI from 'element-ui'; import moment from 'moment'; import echarts from 'echarts'; import 'element-ui/lib/theme-chalk/index.css'; import "@/assets/css/element-variables.scss"; Vue.use(ElementUI); Vue.mixin(Mixin); Vue.prototype.$moment = moment; Vue.prototype.$echarts = echarts; new Vue({ el: '#app', render: h => h(App)