From 1149bde3db1d230eb1ff357e0639b7a003fbbcb7 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期一, 24 三月 2025 17:53:07 +0800 Subject: [PATCH] 右边的echarts图表 --- src/main.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main.js b/src/main.js index b781e08..95e79b5 100644 --- a/src/main.js +++ b/src/main.js @@ -3,7 +3,8 @@ import './registerServiceWorker' import router from './router' import store from './store' -import * as echarts from 'echarts'; +import * as echarts from 'echarts' +import 'echarts-gl' Vue.prototype.$echarts = echarts Vue.config.productionTip = false -- Gitblit v1.7.1