vue-swipe-actions
vue-swipe-actions copied to clipboard
v-slot:empty does not work?
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>