From 4fef9eda74d458f3b7538148c6f7a1f855ad6017 Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期三, 04 六月 2025 09:10:52 +0800
Subject: [PATCH] 修改按钮样式 处理eslint defineEmits报错问题
---
package.json | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index 9e749e3..93e1650 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,7 @@
"axios": "0.28.1",
"clipboard": "2.0.11",
"echarts": "5.5.1",
+ "element-china-area-data": "^6.1.0",
"element-plus": "2.7.6",
"file-saver": "2.0.5",
"fuse.js": "6.6.2",
@@ -47,5 +48,12 @@
},
"overrides": {
"quill": "2.0.2"
+ },
+ "eslintConfig": {
+ "root": true,
+ "env": {
+ "node": true,
+ "vue/setup-compiler-macros": true
+ }
}
}
--
Gitblit v1.9.3