From fe44986a8ff9344a635a7cd3e5edaeb5e1d821e3 Mon Sep 17 00:00:00 2001 From: ray <1490493387@qq.com> Date: Thu, 13 Feb 2025 21:14:13 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20:memo:=20=E5=AE=8C=E5=96=84=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ECharts/index.vue | 7 ++++++- src/components/LangSelect/index.vue | 10 ++++++---- .../Sidebar/components/SidebarMenuItemTitle.vue | 1 + 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/components/ECharts/index.vue b/src/components/ECharts/index.vue index f4afa719..03b8b983 100644 --- a/src/components/ECharts/index.vue +++ b/src/components/ECharts/index.vue @@ -4,6 +4,7 @@ * * 开源协议:https://opensource.org/licenses/MIT * 项目地址:https://gitee.com/youlaiorg/vue3-element-admin + * 参考:https://echarts.apache.org/handbook/zh/basics/import/#%E6%8C%89%E9%9C%80%E5%BC%95%E5%85%A5-echarts-%E5%9B%BE%E8%A1%A8%E5%92%8C%E7%BB%84%E4%BB%B6 * * 在使用时,请保留此注释,感谢您对开源的支持! --> @@ -13,10 +14,14 @@