From 1274e4da2f175dba16d68bd091be6f23ee9a523a Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 01 十二月 2023 19:43:30 +0800 Subject: [PATCH] 人员生产效率对比组件开发 --- src/main.js | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/main.js b/src/main.js index e300e3a..064ed8d 100644 --- a/src/main.js +++ b/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, -- Gitblit v1.8.0