mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
show tags instead of categories
This commit is contained in:
parent
e739f11723
commit
a5eac9242b
2 changed files with 4 additions and 3 deletions
|
@ -38,10 +38,11 @@
|
|||
></v-rating>
|
||||
<v-spacer></v-spacer>
|
||||
<RecipeChips
|
||||
:items="categories"
|
||||
:items="tags"
|
||||
:title="false"
|
||||
:limit="2"
|
||||
:small="true"
|
||||
:isCategory="false"
|
||||
/>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
|
@ -65,7 +66,7 @@ export default {
|
|||
route: {
|
||||
default: true,
|
||||
},
|
||||
categories: {
|
||||
tags: {
|
||||
default: true,
|
||||
},
|
||||
},
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
:slug="recipe.slug"
|
||||
:rating="recipe.rating"
|
||||
:image="recipe.image"
|
||||
:categories="recipe.recipeCategory"
|
||||
:tags="recipe.tags"
|
||||
/>
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue