From 6f1229d08cf208bfb9ea71b6909e46620948ad9a Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期一, 04 十二月 2023 13:40:32 +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