src/main.js
@@ -4,7 +4,7 @@ import store from "./store" import ElementUI from "element-ui" import "element-ui/lib/theme-chalk/index.css" import * as echarts from 'echarts' Vue.config.productionTip = false // import Element from "element-ui" @@ -14,7 +14,7 @@ import { preventReClick } from "@/api/global-directives"; Vue.use(preventReClick); Vue.use(ElementUI) Vue.use(echarts) new Vue({ router, store,