mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-26 04:34:04 +03:00
8 lines
161 B
Vue
8 lines
161 B
Vue
<template>
|
|
<v-select>
|
|
<template #no-options="{ search, searching, loading }">
|
|
This is the no options slot.
|
|
</template>
|
|
</v-select>
|
|
</template>
|