From cc80d4998cfbea33e763d6cad396ac2df1267630 Mon Sep 17 00:00:00 2001 From: cy <1664593601@qq.com> Date: 星期四, 14 十二月 2023 10:13:19 +0800 Subject: [PATCH] feat: 正式环境配置 --- admin-web/src/components/echartsNew/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/admin-web/src/components/echartsNew/index.vue b/admin-web/src/components/echartsNew/index.vue index 7a60da7..7693dd0 100644 --- a/admin-web/src/components/echartsNew/index.vue +++ b/admin-web/src/components/echartsNew/index.vue @@ -15,6 +15,7 @@ // | Author: CRMEB Team <admin@crmeb.com> // +---------------------------------------------------------------------- import echarts from 'echarts'; + export default { name: 'Index', props: { -- Gitblit v1.9.1