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
version: 2.0.0-rc.2
Unable to show no-results,no-more slots. It looks like this bug was caused when fixing #22.
no-results
no-more
maybe a better fix would be to wrap the spinner in a template ie:
<div class="infinite-loading-container"> <template v-show="isLoading"> <slot name="spinner"> <i :class="spinnerType"></i> </slot> </template> ...
The text was updated successfully, but these errors were encountered:
Oh, it's my fault, I've fixed it in v2.0.0-rc.3, please upgrade and try it again, thanks for your report!
v2.0.0-rc.3
Sorry, something went wrong.
@PeachScript perfect, thanks for the quick update
No branches or pull requests
version: 2.0.0-rc.2
Unable to show
no-results
,no-more
slots.It looks like this bug was caused when fixing #22.
maybe a better fix would be to wrap the spinner in a template ie:
The text was updated successfully, but these errors were encountered: