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

why execute this.lazyLoadHandler twice #471

Open funny99 opened 3 years ago

funny99 commented 3 years ago

in src/lszy.js, in add function, after this.lazyLoadHandler, why execute again 'Vue.nextTick(() => this.lazyLoadHandler())'?