2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-04 06:32:23 +03:00
Files
vue-select/docs/components/SlotNoOptions.vue
T
2021-07-28 09:46:15 -07:00

8 lines
161 B
Vue

<template>
<v-select>
<template #no-options="{ search, searching, loading }">
This is the no options slot.
</template>
</v-select>
</template>