mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-20 03:09:36 +03:00
8 lines
153 B
Vue
8 lines
153 B
Vue
<template>
|
|
<v-select>
|
|
<template #list-header>
|
|
<li style="text-align: center">Top of the list!</li>
|
|
</template>
|
|
</v-select>
|
|
</template>
|