While waiting `new version support vue 3` from: https://www.npmjs.com/package/vue-infinite-loading
npm install infinite-loading-vue3-tsnew version support vue 3 from: https://www.npmjs.com/package/vue-infinite-loadingI make a new one, is based on the package above for vue 3
```
npm i infinite-loading-vue3-ts
slots
- spinner: loading here
- no-more: text no more
- no-results: text no results
events
- infinite: is call from the component
Then, import and using the component in .vue file.
Here is an example how using the component:
`vue
...
>
// loading here
// text no more
// text no results
``
This package gets ideas from https://www.npmjs.com/package/vue-infinite-loading
If you want to know in deep let's go and read their great document