Refactor #1451 - For AutoComplete

pull/1994/head
Tuğçe Küçükoğlu 2021-08-17 17:01:21 +03:00
parent 5c7bfccc15
commit 9e6e8633a2
1 changed files with 3 additions and 0 deletions

View File

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