Refactor #1451 - For Dropdown
parent
5d6590abea
commit
7cdef9dc17
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue