vue3-infinite-loading
vue3-infinite-loading copied to clipboard
Infinite scroll component compatible with vuejs-3 and vitejs
How to trigger by ref's dom node $state.complete()
I got this error on production build website Sentry stack trace show me that the error is from this package  I don't know why...
Hi @oumoussa98 , I have an issue regarding my select component, when adding the infinite scroll to the select component, and instantiate this select multiple time in the same page,...
Fixes a bug in InfiniteLoading.vue that causes the final load to jump to the top of the elements when `top` is `true`. Resolves issue #70.
Import via component  Trying to use it globally  Under nuxt.config.ts plugins  Got this error. 
I get a warning `Cannot find base config file "@vue/tsconfig/tsconfig.json"` and an error `Cannot read properties of undefined (reading 'sys')` when running the demo project from the dev branch. Running...
Currently, once the `complete` event is fired, the list becomes stale and doesn't load more items, even if the list expands. The easy solution would be to either expose the...
Error [ERR_REQUIRE_ESM]: require() of ES Module /my-project/node_modules/v3-infinite-loading/lib/v3-infinite-loading.mjs not supported. production. Production environment is error. I use typescript. Development environment is right. import InfiniteLoading from "v3-infinite-loading"