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

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 ![Screenshot 2023-08-31 at 22 23 48](https://github.com/oumoussa98/vue3-infinite-loading/assets/3615383/33a41ecd-3eca-4596-b2f9-ce088348f24e) 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 ![image](https://github.com/oumoussa98/vue3-infinite-loading/assets/40085614/00afee4a-b78b-4de4-b4bc-1e2675d0f0a1) Trying to use it globally ![image](https://github.com/oumoussa98/vue3-infinite-loading/assets/40085614/4bb8ecf2-e662-41ba-9794-29aa85aa6c3c) Under nuxt.config.ts plugins ![image](https://github.com/oumoussa98/vue3-infinite-loading/assets/40085614/05a7e711-5ca5-4aaa-b5d0-45b56adb6762) Got this error. ![image](https://github.com/oumoussa98/vue3-infinite-loading/assets/40085614/fc628bf0-498b-4445-8a74-44e385e8f023)

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"