fix: 修复 Medium 主题首页文章列表无图片 AOS 动画异常

This commit is contained in:
Femoon
2023-10-21 15:55:50 +08:00
parent 0bd9d71f6e
commit 9d6e6d76d3

View File

@@ -60,6 +60,7 @@ export default function LazyImage({
ref: imageRef,
src: imageLoaded ? src : placeholderSrc,
alt: alt,
style: src ? style : { height: '0px', ...style },
onLoad: handleImageLoad
}