mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Reverted missing empty slot
This commit is contained in:
parent
b907613e05
commit
3a5a5e0b7f
1 changed files with 2 additions and 2 deletions
|
@ -90,8 +90,8 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</template>
|
</template>
|
||||||
<div v-else>
|
<slot name="empty" v-else>
|
||||||
</div>
|
</slot>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="$slots.footer" :class="cx('footer')" v-bind="ptm('footer')">
|
<div v-if="$slots.footer" :class="cx('footer')" v-bind="ptm('footer')">
|
||||||
<slot name="footer"></slot>
|
<slot name="footer"></slot>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue