Skip to content

Cannot show additional slots #24

@RDelorier

Description

@RDelorier

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>
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions