murongg / vue3-lazyload

A Vue3.x image lazyload plugin
https://murongg.github.io/vue3-lazyload/
166 stars 19 forks source link

loaded attribute not updated for all elements #4

Closed shanmuga3 closed 2 years ago

shanmuga3 commented 3 years ago

lazy="loaded" not updated for all images. it updates only last element.

lazy

murongg commented 3 years ago

ok, I will continue to maintain this project

dennisbaum commented 3 years ago

same for me. only one out of three images gets an updated state, but it was loaded... it would also be very cute, if images with display: none wouldn't be loaded, until display changes. tnx!