Skip to content

Cannot show additional slots #24

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

Closed
RDelorier opened this issue Nov 7, 2016 · 2 comments
Closed

Cannot show additional slots #24

RDelorier opened this issue Nov 7, 2016 · 2 comments
Labels

Comments

@RDelorier
Copy link

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:

<div class="infinite-loading-container">
    <template v-show="isLoading">
      <slot name="spinner">
        <i :class="spinnerType"></i>
      </slot>
    </template>
...
@PeachScript
Copy link
Owner

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!

@PeachScript PeachScript added the bug label Nov 8, 2016
@RDelorier
Copy link
Author

@PeachScript perfect, thanks for the quick update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants