yangfeng
2023-12-11 14101bd42ce17dfb9d951d0738abe9d303fb3fe5
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,