We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7f0e6 commit 3c5fb84Copy full SHA for 3c5fb84
components/vc-image/src/Image.tsx
@@ -97,9 +97,6 @@ const ImageInternal = defineComponent({
97
onChange: onPreviewVisibleChange,
98
});
99
100
- watch(isShowPreview, (val, preVal) => {
101
- onPreviewVisibleChange(val, preVal);
102
- });
103
const status = ref<ImageStatus>(isCustomPlaceholder.value ? 'loading' : 'normal');
104
watch(
105
() => props.src,
0 commit comments