From e408cd0a3e5243848ed7f39f1264ea19a18fd332 Mon Sep 17 00:00:00 2001 From: 12914 <12914@example.com> Date: Sun, 6 Sep 2026 20:05:19 +0800 Subject: [PATCH] =?UTF-8?q?fix(vue3):=20=E4=BF=AE=E5=A4=8D=20Vue3=20?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1) user/list.vue: \ 改为 Proxy 直接赋值(官方 2.5.1 仍存在该 bug,3.0.0 才修复)2) uni-menu-item/uni-sub-menu: destroyed→unmounted 3) show-info: 移除已废除的 .native 修饰符 --- components/show-info/show-info.vue | 2 +- components/uni-menu-item/uni-menu-item.vue | 2 +- components/uni-sub-menu/uni-sub-menu.vue | 2 +- pages/system/user/list.vue | 8 +++----- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/components/show-info/show-info.vue b/components/show-info/show-info.vue index 9fc943e..563128e 100644 --- a/components/show-info/show-info.vue +++ b/components/show-info/show-info.vue @@ -1,6 +1,6 @@