vue-swipe-actions icon indicating copy to clipboard operation
vue-swipe-actions copied to clipboard

v-slot:empty does not work?

Open Anima-t3d opened this issue 5 years ago • 0 comments
trafficstars

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>

Anima-t3d avatar Nov 09 '20 16:11 Anima-t3d