Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels