mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
Merge 5761702bb5
into b87edc823a
This commit is contained in:
commit
660ddbfc78
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
<v-icon v-if="title" large left>
|
<v-icon v-if="title" large left>
|
||||||
{{ displayTitleIcon }}
|
{{ displayTitleIcon }}
|
||||||
</v-icon>
|
</v-icon>
|
||||||
<v-toolbar-title class="headline"> {{ title }} </v-toolbar-title>
|
<v-toolbar-title class="headline"> {{ title }} ({{ recipes.length }})</v-toolbar-title>
|
||||||
</slot>
|
</slot>
|
||||||
<v-spacer></v-spacer>
|
<v-spacer></v-spacer>
|
||||||
<v-btn :icon="$vuetify.breakpoint.xsOnly" text :disabled="recipes.length === 0" @click="navigateRandom">
|
<v-btn :icon="$vuetify.breakpoint.xsOnly" text :disabled="recipes.length === 0" @click="navigateRandom">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue