-
Notifications
You must be signed in to change notification settings - Fork 371
Closed
Labels
Description
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>
...