PeachScript / vue-infinite-loading

An infinite scroll plugin for Vue.js.
https://peachscript.github.io/vue-infinite-loading/
MIT License
2.66k stars 368 forks source link

getScrollParent window #253

Open TheNoim opened 5 years ago

TheNoim commented 5 years ago

If you use the infinity wrapper inside of a webcomponent and you want to target the window, you need to skip the querySelector. The vue element can not query things outside of the webcomponent. This is a very specific check. However, it also doesn't break anything.