From 97667573dd1f176bccb9aa09c0bf71fbb16974e1 Mon Sep 17 00:00:00 2001
From: tian <3072314689@qq.com>
Date: 星期日, 28 九月 2025 18:19:43 +0800
Subject: [PATCH] 必选框

---
 src/main.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main.js b/src/main.js
index da01750..32aeb90 100644
--- a/src/main.js
+++ b/src/main.js
@@ -35,7 +35,10 @@
 import DictTag from '@/components/DictTag'
 // 瀛楀吀鏁版嵁缁勪欢
 import DictData from '@/components/DictData'
+import * as echarts from 'echarts'
 
+// 鍏ㄥ眬娉ㄥ唽涓�$echarts
+Vue.prototype.$echarts = echarts
 // 鍏ㄥ眬鏂规硶鎸傝浇
 Vue.prototype.getDicts = getDicts
 Vue.prototype.getConfigKey = getConfigKey

--
Gitblit v1.9.1