VueTube/NUXT/components/Player/minimize.vue

6 lines
144 B
Vue
Raw Normal View History

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