mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-02-01 11:22:32 +00:00
feat(layout): add back button
This commit is contained in:
parent
c422f10793
commit
65b26f5193
@ -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 />
|
||||
|
Loading…
x
Reference in New Issue
Block a user