mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-04 21:58:54 -05:00
supermarket category editor improvements
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
@dropOnDate="dropCalendarItemOnDate"
|
||||
@click-date="(date : Date, calendarItems: [], windowEvent: any) => { newPlanDialogDefaultItem.fromDate = date; newPlanDialogDefaultItem.toDate = date; newPlanDialog = true }">
|
||||
<template #header="{ headerProps }">
|
||||
<CalendarViewHeader :header-props="headerProps"/>
|
||||
<CalendarViewHeader :header-props="headerProps"></CalendarViewHeader>
|
||||
</template>
|
||||
<template #item="{ value, weekStartDate, top }">
|
||||
<meal-plan-calendar-item
|
||||
|
||||
Reference in New Issue
Block a user