vue3-infinite-loading
vue3-infinite-loading copied to clipboard
Infinite scroll component compatible with vuejs-3 and vitejs
The v3-infinite-loading works normally on a Desktop screen size and mobile landscape screen orientation. But on mobile portrait orientation, it doesn't initially load items (the array with downloaded items is...
https://vue3-infinite-loading-demo.netlify.com/ https://vue3-infinite-loading.netlify.com/ 
* `[email protected]` I was caught on an issue: When the page was mounted, not every time the `@infinite` event was called. After I added `console.log` to the IntersectionObserver callback, I...
There should be a prop or emitter which resets the observer on calling so that we can reset from the component