mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
10 lines
203 B
Vue
10 lines
203 B
Vue
<template>
|
|
<v-select append-to-body>
|
|
<template #footer>
|
|
<div style="opacity: 0.8">
|
|
Bottom of the component, in the footer slot!
|
|
</div>
|
|
</template>
|
|
</v-select>
|
|
</template>
|