mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-08 20:45:07 +00:00
10 lines
147 B
Vue
10 lines
147 B
Vue
<template>
|
|
<v-btn
|
|
fab
|
|
text
|
|
disabled
|
|
style="position: absolute; bottom: 0.25rem; right: 3.5rem"
|
|
>
|
|
HD
|
|
</v-btn>
|
|
</template>
|