From cdd06e898368cbd77e7bf8408422dbfe9adb47d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Thu, 16 May 2024 08:49:23 +0800 Subject: [PATCH] =?UTF-8?q?echarts=E5=8A=A0=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/main.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c982727..c7f7963 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "clipboard": "2.0.8", "core-js": "3.6.5", "dhtmlx-gantt": "^8.0.6", - "echarts": "^5.4.3", + "echarts": "^5.5.0", "echarts-gl": "^2.0.8", "echarts-wordcloud": "^2.0.0", "element-ui": "2.15.6", diff --git a/src/main.js b/src/main.js index 30bea92..18493be 100644 --- a/src/main.js +++ b/src/main.js @@ -41,8 +41,8 @@ import DictData from '@/components/DictData'; // 二维码与打印组件相关 KrPrintDesigner+VueQr import VueQr from 'vue-qr' import printJS from 'print-js' - - +// echarts +import * as echarts from 'echarts'; // VXE-Table相关组件 import VXETable from 'vxe-table';