0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-01 09:22:39 +00:00
VueTube/NUXT/components/Player/minimize.vue
2022-06-08 16:15:15 -04:00

5 lines
106 B
Vue

<template>
<v-btn fab text small disabled>
<v-icon>mdi-chevron-down</v-icon>
</v-btn>
</template>