haoxuan
2023-12-01 5b2a25025b4426b969f01883201138a51f8b5837
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,