mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
9 lines
219 B
Vue
9 lines
219 B
Vue
<template>
|
|
<v-select>
|
|
<!-- eslint-disable-next-line vue/no-unused-vars -->
|
|
<template #no-options="{ search, searching, loading }">
|
|
This is the no options slot.
|
|
</template>
|
|
</v-select>
|
|
</template>
|