0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-08 20:45:07 +00:00
VueTube/NUXT/components/Player/loop.vue

6 lines
140 B
Vue
Raw Normal View History

2022-05-28 05:16:27 +00:00
<template>
2022-05-28 22:04:35 +00:00
<v-btn fab text disabled style="position: absolute; top: 0; right: 7rem">
2022-05-28 05:16:27 +00:00
<v-icon>mdi-sync</v-icon>
</v-btn>
</template>