VueTube/NUXT/components/Player/loop.vue

12 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>