From 2bb28f361cdfdbbecea4a70ed29b33d83416e048 Mon Sep 17 00:00:00 2001 From: chouchouji <70570907+chouchouji@users.noreply.github.com> Date: Thu, 31 Jul 2025 16:23:58 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E2=99=BB=EF=B8=8F=20=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=20Tag=20=E7=BB=84=E4=BB=B6=E7=9A=84=20deep=20watch=20?= =?UTF-8?q?=E4=BB=A5=E6=8F=90=E9=AB=98=E6=80=A7=E8=83=BD=20(#1173)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: chouchouji --- src/uni_modules/wot-design-uni/components/wd-tag/wd-tag.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uni_modules/wot-design-uni/components/wd-tag/wd-tag.vue b/src/uni_modules/wot-design-uni/components/wd-tag/wd-tag.vue index 3944bd8d..09b8e07c 100644 --- a/src/uni_modules/wot-design-uni/components/wd-tag/wd-tag.vue +++ b/src/uni_modules/wot-design-uni/components/wd-tag/wd-tag.vue @@ -73,7 +73,7 @@ watch( if (type.indexOf(newValue) === -1) console.error(`type must be one of ${type.toString()}`) computeTagClass() }, - { deep: true, immediate: true } + { immediate: true } ) watch( @@ -81,7 +81,7 @@ watch( () => { computeTagClass() }, - { deep: true, immediate: true } + { immediate: true } ) const rootClass = computed(() => {