VueTube/NUXT/components/Player/close.vue

7 lines
186 B
Vue
Raw Normal View History

<template>
2022-06-08 20:15:15 +00:00
<!-- // TODO: change /home to $router.goBack() or $router.go(-1) -->
<v-btn fab text small to="/home" color="white">
<v-icon>mdi-close</v-icon>
</v-btn>
</template>