feat(layout): add back button

This commit is contained in:
MrTimscampi 2020-09-19 04:30:54 +02:00
parent c422f10793
commit 65b26f5193

View File

@ -54,6 +54,9 @@
</v-navigation-drawer>
<v-app-bar :clipped-left="clipped" fixed app>
<v-app-bar-nav-icon @click.stop="drawer = !drawer" />
<v-btn v-if="$route.name !== 'index'" icon @click="$router.back()">
<v-icon>mdi-arrow-left</v-icon>
</v-btn>
<v-toolbar-title v-text="title" />
<v-spacer />
<locale-switcher />