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> </li>
</ul> </ul>
</template> </template>
<template v-slot:loader="{ options }" v-if="$slots.loader">
<slot name="loader" :options="options"></slot>
</template>
</VirtualScroller> </VirtualScroller>
</div> </div>
<slot name="footer" :value="modelValue" :options="visibleOptions"></slot> <slot name="footer" :value="modelValue" :options="visibleOptions"></slot>