2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00
Files
vue-select/docs/.vuepress/components/SlotHeader.vue
2021-08-01 12:30:50 -07:00

8 lines
169 B
Vue

<template>
<v-select>
<template #header>
<div style="opacity: 0.8">Top of the component, in the header slot!</div>
</template>
</v-select>
</template>