supermarket category editor improvements

This commit is contained in:
vabene1111
2024-10-13 13:24:00 +02:00
parent cbcddfbcd1
commit be886b108c
2 changed files with 89 additions and 30 deletions

View File

@@ -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