mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-30 21:49:50 -05:00
wip
This commit is contained in:
@@ -182,6 +182,7 @@
|
||||
<p v-if="r.recipe">{{ r.recipeData.name }}<br/></p>
|
||||
<p v-if="r.mealplan">
|
||||
{{ r.mealPlanData.mealType.name }} - {{ DateTime.fromJSDate(r.mealPlanData.fromDate).toLocaleString(DateTime.DATE_FULL) }}
|
||||
#{{ r.id }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
valueProp="id"
|
||||
label="name"
|
||||
:delay="300"
|
||||
append-to-body
|
||||
:searchable="true"
|
||||
:strict="false"
|
||||
:classes="{
|
||||
|
||||
Reference in New Issue
Block a user