mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-01 17:32:39 +00:00
6 lines
144 B
Vue
6 lines
144 B
Vue
|
<template>
|
||
|
<v-btn fab text disabled style="position: absolute; top: 0; left: 0">
|
||
|
<v-icon>mdi-chevron-down</v-icon>
|
||
|
</v-btn>
|
||
|
</template>
|