1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-31 02:59:42 +02:00

documentation

This commit is contained in:
Hayden 2020-12-24 19:32:49 -09:00
parent beed8576c2
commit e5304f0589
24 changed files with 119 additions and 132 deletions

View file

@ -22,7 +22,6 @@
<v-col sm="5">
<v-text-field
label="Servings"
color="accent darken-1"
v-model="value.recipeYield"
>
</v-text-field>
@ -30,8 +29,8 @@
<v-col></v-col>
<v-rating
class="mr-2 align-end"
color="accent darken-1"
background-color="accent lighten-3"
color="secondary darken-1"
background-color="secondary lighten-3"
length="5"
v-model="value.rating"
></v-rating>