diff --git a/components/vc-image/src/Image.tsx b/components/vc-image/src/Image.tsx index c835c840e..5c68b8769 100644 --- a/components/vc-image/src/Image.tsx +++ b/components/vc-image/src/Image.tsx @@ -97,9 +97,6 @@ const ImageInternal = defineComponent({ onChange: onPreviewVisibleChange, }); - watch(isShowPreview, (val, preVal) => { - onPreviewVisibleChange(val, preVal); - }); const status = ref(isCustomPlaceholder.value ? 'loading' : 'normal'); watch( () => props.src,