mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-29 18:48:32 +08:00
fix(vc-image): remove repeat listener (#6945)
This commit is contained in:
parent
2f7f0e6928
commit
3c5fb84542
@ -97,9 +97,6 @@ const ImageInternal = defineComponent({
|
||||
onChange: onPreviewVisibleChange,
|
||||
});
|
||||
|
||||
watch(isShowPreview, (val, preVal) => {
|
||||
onPreviewVisibleChange(val, preVal);
|
||||
});
|
||||
const status = ref<ImageStatus>(isCustomPlaceholder.value ? 'loading' : 'normal');
|
||||
watch(
|
||||
() => props.src,
|
||||
|
Loading…
Reference in New Issue
Block a user