summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorpany <[email protected]>2023-06-17 15:29:32 +0800
committerpany <[email protected]>2023-06-17 15:29:32 +0800
commita124cb2829380b8054e7799fbbed195662014f50 (patch)
treea3a90bc8ef12664cc21bd2a892f79f613ff9b19b /package.json
parent4d07d52b910b21647e15dc47c1a4c6de594d90f7 (diff)
fix: 暂时固定 vxe-table 版本为 4.4.1,等待新版 vxe-table 颜色变量稳定后再适配多主题模式
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 984edf6..6d22ccf 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
"screenfull": "6.0.2",
"vue": "3.3.4",
"vue-router": "4.2.2",
- "vxe-table": "4.4.2",
+ "vxe-table": "4.4.1",
"vxe-table-plugin-element": "3.0.7",
"xe-utils": "3.5.11"
},