Reverted missing empty slot

pull/5432/head
Rodrigo Sanchez 2024-03-25 21:29:40 +11:00
parent b907613e05
commit 3a5a5e0b7f
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@
</li>
</ul>
</template>
<div v-else>
</div>
<slot name="empty" v-else>
</slot>
</div>
<div v-if="$slots.footer" :class="cx('footer')" v-bind="ptm('footer')">
<slot name="footer"></slot>