diff --git a/components/vc-image/src/Image.tsx b/components/vc-image/src/Image.tsx index 643708dc5..d8ec26162 100644 --- a/components/vc-image/src/Image.tsx +++ b/components/vc-image/src/Image.tsx @@ -268,8 +268,8 @@ const ImageInternal = defineComponent({ : { onLoad, onError, src: imgSrc })} ref={img} /> - - {status.value === 'loading' && ( + {/* Loading or Error Placeholder */} + {(status.value === 'loading' || status.value === 'error') && (