diff --git a/components/vc-image/src/Image.tsx b/components/vc-image/src/Image.tsx index 643708dc5..c65287651 100644 --- a/components/vc-image/src/Image.tsx +++ b/components/vc-image/src/Image.tsx @@ -269,7 +269,7 @@ const ImageInternal = defineComponent({ ref={img} /> - {status.value === 'loading' && ( + {(status.value === 'loading' || status.value === 'error') && (