From 58c0f11fe2f23a1be2dec768f9ac02107301a634 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 19 九月 2025 17:30:36 +0800 Subject: [PATCH] 2025.9.19 数据产品(待完成) --- src/main.js | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/main.js b/src/main.js index ceb52d6..175bb60 100644 --- a/src/main.js +++ b/src/main.js @@ -20,9 +20,6 @@ import isSameOrAfter from 'dayjs/plugin/isSameOrAfter'; import isSameOrBefore from 'dayjs/plugin/isSameOrBefore'; -// echarts -import * as echarts from 'echarts' - dayjs.extend(isSameOrAfter); dayjs.extend(isSameOrBefore); @@ -30,7 +27,6 @@ const app = createApp(App); app.config.globalProperties.$fm = timeUtil; -app.config.globalProperties.$echarts = echarts app.config.globalProperties.$message = ElMessage app.config.globalProperties.$notification = ElNotification app.config.globalProperties.$messageBox = ElMessageBox -- Gitblit v1.9.3