mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-10 07:52:23 +03:00
a820f06d61
* docs: sort slots alphabetically
8 lines
168 B
Vue
8 lines
168 B
Vue
<template>
|
|
<v-select>
|
|
<template #header>
|
|
<div style="opacity: .8">Top of the component, in the header slot!</div>
|
|
</template>
|
|
</v-select>
|
|
</template>
|