perf(HomeHero): 将图片加载方式从eager改为lazy以优化性能
This commit is contained in:
@@ -223,7 +223,7 @@ defineExpose({ play })
|
||||
:src="image"
|
||||
alt=""
|
||||
decoding="async"
|
||||
loading="eager"
|
||||
loading="lazy"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user