VueTube/NUXT/components/Player/minimize.vue

12 lines
185 B
Vue

<template>
<v-btn
fab
text
small
disabled
style="position: absolute; top: 0.25rem; left: 0.25rem"
>
<v-icon>mdi-chevron-down</v-icon>
</v-btn>
</template>