vue-infinite-loading
vue-infinite-loading copied to clipboard
disable spinner
is it possible to disable or hide spinner?
@qxygene did you find a solution to this?
Just use the spinner slot and make it an empty div
<infinite-loading>
<div slot="spinner"></div>
</infinite-loading>
@wobsoriano, in vue3 there is a bug with spinner. If you use custom tag with slot="spinner" or <template #spinner>... it doesn't hide the spinner after loading.
It does for default spinner, but not from custom ;(
@wobsoriano, in vue3 there is a bug with spinner. If you use custom tag with slot="spinner" or <template #spinner>... it doesn't hide the spinner after loading.
It does for default spinner, but not from custom ;(
is there even support for Vue 3 already? I implemented my own infinite handler on Vue 3 that mimics this component's behavior https://gist.github.com/wobsoriano/41a01290a9967c7f39077fe5c4a70436