We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hi,
I use Vue-infinite-loading v.2.0.0-rc.1 and I have problem. When I add new slot:
<span slot="spinner"> <b>Loading...</b> </span>
and conditions will be true:
if (this.items.length === total) { this.$refs.infiniteLoading.$emit('$InfiniteLoading:complete'); }
then my loader won't hide. But when I don't use my own slot spinner then all works fine. Could you fix it?
Best Regards Peter
The text was updated successfully, but these errors were encountered:
Fix the bug that custom spinner cannot be hide #22
002bd39
Thanks for your report! In fact, this problem also exists in v1.x and it existed a long time...
v1.x
I've fixed it in the latest next version v2.0.0-rc.2, please upgrade your version and try it :D
v2.0.0-rc.2
Sorry, something went wrong.
Thanks, works perfect!
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I use Vue-infinite-loading v.2.0.0-rc.1 and I have problem.
When I add new slot:
and conditions will be true:
then my loader won't hide.
But when I don't use my own slot spinner then all works fine.
Could you fix it?
Best Regards
Peter
The text was updated successfully, but these errors were encountered: