mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-01 05:54:03 +03:00
8 lines
186 B
Vue
8 lines
186 B
Vue
<template>
|
|
<v-select append-to-body>
|
|
<template #footer>
|
|
<div style="opacity: .8">Bottom of the component, in the footer slot!</div>
|
|
</template>
|
|
</v-select>
|
|
</template>
|