haoxuan
2023-12-01 c58faef08795d83d4e284f3bc8acfed5df33f028
src/main.js
@@ -4,7 +4,6 @@
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 +13,6 @@
import { preventReClick } from "@/api/global-directives";
Vue.use(preventReClick);
Vue.use(ElementUI)
Vue.use(echarts)
new Vue({
  router,
  store,