hilongjw / vue-lazyload

A Vue.js plugin for lazyload your Image or Component in your application.
http://hilongjw.github.io/vue-lazyload/
MIT License
7.99k stars 865 forks source link

The problem with reloading images #484

Open Tutututu2020 opened 2 years ago

Tutututu2020 commented 2 years ago

Hi! Thanks for you lib! Then I used the plugin to find some problems about reloading images, I can only describe it verbally, because I can't upload the video, if you can see it at all. When I put the mouse over a picture that needs lazy loading, Chrome Network shows that my home has three of these pictures, and in the loading process, I moved the mouse out and moved it back in, and triggered the loading of the picture again. The picture that should have been loaded once was loaded several times, may I ask how should I solve this problem, thank you!