From 13716021a515485528d9f59f93dd2aa198093cea Mon Sep 17 00:00:00 2001 From: Yaosanqi137 Date: Sat, 20 Sep 2025 21:32:10 +0800 Subject: [PATCH] fix: missing echarts package --- src/fronted/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fronted/package.json b/src/fronted/package.json index 066e3fb..5734ffb 100644 --- a/src/fronted/package.json +++ b/src/fronted/package.json @@ -11,6 +11,7 @@ "@element-plus/icons-vue": "^2.3.2", "axios": "^1.12.2", "core-js": "^3.8.3", + "echarts": "^6.0.0", "element-plus": "^2.11.2", "eslint-plugin-vue": "^10.4.0", "moment": "^2.30.1",