From 6b555f25630498be280b0b0ade69da0caf72e876 Mon Sep 17 00:00:00 2001 From: chenqi Date: Sun, 14 Dec 2025 14:53:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(openhis-ui-vue3):=20=E9=99=8D=E7=BA=A7=20el?= =?UTF-8?q?ement-plus-icons-vue=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 @element-plus/icons-vue 从版本 2.5.0 降级到 2.3.2,以解决可能存在的兼容性问题或回退到稳定版本。 --- openhis-ui-vue3/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhis-ui-vue3/package.json b/openhis-ui-vue3/package.json index c510f01b..cbc0dba0 100644 --- a/openhis-ui-vue3/package.json +++ b/openhis-ui-vue3/package.json @@ -19,7 +19,7 @@ "url": "giturl" }, "dependencies": { - "@element-plus/icons-vue": "^2.5.0", + "@element-plus/icons-vue": "^2.3.2", "@vueup/vue-quill": "^1.3.0", "@vueuse/core": "^11.0.0", "axios": "^1.7.0",