This commit is contained in:
2020-06-25 20:56:30 +00:00
parent ff2110901e
commit 00c94b111b
2 changed files with 2 additions and 7 deletions

View File

@@ -140,7 +140,7 @@
<v-toolbar-title style="width: 300px" class="ml-0 pl-4">
<v-icon>{{ appBar.icon }}</v-icon
>&nbsp;
<span>{{ $ay.t(appBar.title) }}</span>
<span v-if="appBar.title">{{ $ay.t(appBar.title) }}</span>
</v-toolbar-title>
<v-spacer></v-spacer>
<v-toolbar-items>