0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-09 21:15:06 +00:00
VueTube/NUXT/components/Player/close.vue
2022-05-28 18:44:20 -04:00

12 lines
245 B
Vue

<template>
<!-- TODO: change /home to $router.goBack() or $router.go(-1) -->
<v-btn
fab
text
style="position: absolute; top: 0; right: 0"
to="/home"
color="white"
>
<v-icon>mdi-close</v-icon>
</v-btn>
</template>