Fixed character sheet title not updating correctly

This commit is contained in:
Stefan Zermatten
2021-04-09 12:44:54 +02:00
parent e2d6d40bb3
commit 9298754dc9

View File

@@ -11,15 +11,15 @@
dense
>
<v-app-bar-nav-icon @click="toggleDrawer" />
<v-app-bar-title>
<v-fade-transition
mode="out-in"
>
<div :key="$store.state.pageTitle">
<v-fade-transition
mode="out-in"
>
<v-app-bar-title :key="$store.state.pageTitle">
<div>
{{ $store.state.pageTitle }}
</div>
</v-fade-transition>
</v-app-bar-title>
</v-app-bar-title>
</v-fade-transition>
<v-spacer />
<v-fade-transition
mode="out-in"