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-rating>
|
||||||
<v-spacer></v-spacer>
|
<v-spacer></v-spacer>
|
||||||
<RecipeChips
|
<RecipeChips
|
||||||
:items="categories"
|
:items="tags"
|
||||||
:title="false"
|
:title="false"
|
||||||
:limit="2"
|
:limit="2"
|
||||||
:small="true"
|
:small="true"
|
||||||
|
:isCategory="false"
|
||||||
/>
|
/>
|
||||||
</v-card-actions>
|
</v-card-actions>
|
||||||
</v-card>
|
</v-card>
|
||||||
|
@ -65,7 +66,7 @@ export default {
|
||||||
route: {
|
route: {
|
||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
categories: {
|
tags: {
|
||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
:slug="recipe.slug"
|
:slug="recipe.slug"
|
||||||
:rating="recipe.rating"
|
:rating="recipe.rating"
|
||||||
:image="recipe.image"
|
:image="recipe.image"
|
||||||
:categories="recipe.recipeCategory"
|
:tags="recipe.tags"
|
||||||
/>
|
/>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue