mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-01 09:22:39 +00:00
6 lines
186 B
Vue
6 lines
186 B
Vue
<template>
|
|
<!-- // 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>
|