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.98k stars 865 forks source link

Intersection observer with lazy component #429

Open steveDL opened 4 years ago

steveDL commented 4 years ago

Hi I am wondering if I can use intersection observer with a lazy component. It seems that the @show event gets called as soon as the page loads. I am using the config as described in your docs.