mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-01 17:32:39 +00:00
11 lines
175 B
Vue
11 lines
175 B
Vue
<template>
|
|
<v-btn
|
|
fab
|
|
text
|
|
small
|
|
disabled
|
|
style="position: absolute; top: 0.25rem; right: 6rem"
|
|
>
|
|
<v-icon>mdi-sync</v-icon>
|
|
</v-btn>
|
|
</template>
|