mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-04 18:55:04 +00:00
10 lines
145 B
Vue
10 lines
145 B
Vue
<template>
|
|
<v-btn
|
|
fab
|
|
text
|
|
disabled
|
|
style="position: absolute; bottom: 0.25rem; right: 7rem"
|
|
>
|
|
1X
|
|
</v-btn>
|
|
</template>
|