Refactor #1451 - For Dropdown

pull/1453/head
mertsincan 2021-08-16 10:38:18 +03:00
parent 5d6590abea
commit 7cdef9dc17
1 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,9 @@
</li>
</ul>
</template>
<template v-slot:loader="{ options }" v-if="$slots.loader">
<slot name="loader" :options="options"></slot>
</template>
</VirtualScroller>
</div>
<slot name="footer" :value="modelValue" :options="visibleOptions"></slot>