vue3-infinite-loading icon indicating copy to clipboard operation
vue3-infinite-loading copied to clipboard

Infinite scroll component compatible with vuejs-3 and vitejs

Results 24 vue3-infinite-loading issues
Sort by recently updated
recently updated
newest added

I'm working in Vue 3, and I'm trying to manually trigger the infinite scroll because on small screens, the loader is larger than the screen, so the infinite scroll doesn't...

A common paradigm for infinite scroll is to require the user to click a load more button before infinite scrolling starts. This prevents an issue where somebody can never reach...

Hi im facing this error just after importing the package I created a test project to show it Dependency list of project ` "dependencies": { "core-js": "^3.8.3", "v3-infinite-loading": "^1.3.1", "vue":...

As this library is also used for lists that are filtered, then I believe it would be better to inform the user that there are no results. This PR is...

While the default (first) load upon coming to the page works ok, generating reload by changing the identifier (for example by raising the `testNumber` by 1 via click event) triggers...

i have an issue with using Component to top, when i scroll to top its glitches to the top results and not behaving like the default down scroll.

Below is the code I've put together to do inverted infinite scrolling. I want the behavior to behave exactly like your demo, however, I keep running into the following issues...

I want to override the text when the complete slot is rendered. However when I add my named slot like so it's still showing the original text. Also it would...

The `onMounted` hook in the infinite-loading component is asynchronous. If the parent component's `onMounted` process updates the infinite-loading's identifier, the `watch` function might get triggered first. Reproduction Code: https://codepen.io/fukasawah/pen/poGjPaG A...