eCollect / vue-swipe-actions

iOS style swipe actions
https://ecollect.github.io/vue-swipe-actions/
MIT License
231 stars 48 forks source link

v-slot:empty does not work? #50

Open Anima-t3d opened 3 years ago

Anima-t3d commented 3 years ago

The empty slot does not seem to work? I use the code below and the items array is empty [] yet the list is just empty instead of showing the message?

    <template v-slot:empty>
      <div>
        You should see this when there are no items in array?
      </div>
    </template>