From 3724baa93a81b8d2895edf54a45cdcc8914f69e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Tue, 23 Dec 2025 10:47:44 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E5=A5=87=E5=A5=87=E6=80=AA=E6=80=AA=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98(=E7=89=B9=E6=AE=8A=E8=8A=AF=E7=89=87=E7=94=B5?= =?UTF-8?q?=E8=84=91=E5=8F=AF=E5=A4=8D=E7=8E=B0=20https://gitee.com/dromar?= =?UTF-8?q?a/RuoYi-Vue-Plus/issues/IBTNM1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vite/plugins/icons.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vite/plugins/icons.ts b/vite/plugins/icons.ts index 883f230..3ae63a5 100644 --- a/vite/plugins/icons.ts +++ b/vite/plugins/icons.ts @@ -3,6 +3,7 @@ import Icons from 'unplugin-icons/vite'; export default () => { return Icons({ // 自动安装图标库 - autoInstall: true + autoInstall: true, + compiler: "vue3" }); }; -- Gitee From 6b8600a98954e9a9f1723631d8d4bd92454fd18a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Tue, 23 Dec 2025 13:40:55 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=BC=8F=E6=94=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/profile/thirdParty.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/user/profile/thirdParty.vue b/src/views/system/user/profile/thirdParty.vue index 218b63a..9266596 100644 --- a/src/views/system/user/profile/thirdParty.vue +++ b/src/views/system/user/profile/thirdParty.vue @@ -56,7 +56,7 @@