haoxuan
2023-12-01 35a5eaea2cedb4bef40398e28f656ab82036e658
echart
1个文件已修改
2 ■■■■■ 已修改文件
src/main.js 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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,