-
Notifications
You must be signed in to change notification settings - Fork 372
disable spinner #305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@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 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 |
is it possible to disable or hide spinner?
The text was updated successfully, but these errors were encountered: