From 6c757d5dab619fd759854778978270f0eecaec93 Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期二, 05 三月 2024 17:33:57 +0800 Subject: [PATCH] fix:修改文字位置 --- package.json | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index eea03bd..43e3e47 100644 --- a/package.json +++ b/package.json @@ -17,12 +17,16 @@ "countup.js": "^2.8.0", "dayjs": "^1.11.10", "echarts": "^5.4.3", + "echarts-gl": "^2.0.9", "element-plus": "^2.3.14", "mockjs": "^1.1.0", "pinia": "^2.1.6", + "swiper": "^11.0.7", + "viewerjs": "^1.11.6", "vue": "^3.3.4", "vue-echarts": "^6.6.1", - "vue-router": "^4.2.5" + "vue-router": "^4.2.5", + "vue-seamless-scroll": "^1.1.23" }, "devDependencies": { "@types/mockjs": "^1.0.8", -- Gitblit v1.8.0