Vue3 simple infinity scroll.
npm install vue3-simple-infinity-scrollInfinity scroll is a simple component for vue 3 written in typescript and without dependencies.
```
npm i -S vue3-simple-infinity-scroll
| Name | Description | Type | Required | Default |
|:--------------|:--------------------------------------------------------------:|:-------:|:--------:|:-------:|
| isInitRequest | For the first call, the value true is passed. | boolean | true | true |canLoad
| | The value is true until all data is loaded. | boolean | true | true |isLoading
| | The value true / false is specified during data loading. | boolean | true | true |
| Name | Description |
|:---------------|:--------------------------------------------------------------------------------------:|
| on-load-more` | Event is called when the lower part of the container has appeared in the visible area. |