Open kvanska opened 5 years ago
@kvanska thanks for your PR! I have no experience to use Nuxt.js, can we not get correct body
element when using it?
Hey @PeachScript any updates on this fix?
Thanks @kvanska this solves my issue.
For anyone out there not working on a Nuxt/Vue 2 repository, I would recommend https://vueuse.org/core/useInfiniteScroll/
sometimes when using nuxt the elm.parentNode is null and vue-infinite-loading makes error
this is a simple fix to set scrollparent to window if elm.parentNode is null
254