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(() => {