diff --git a/.playground/pages/composant/date/dateRange.vue b/.playground/pages/composant/date/dateRange.vue index 5e8b0a0..4b0a553 100644 --- a/.playground/pages/composant/date/dateRange.vue +++ b/.playground/pages/composant/date/dateRange.vue @@ -1,42 +1,57 @@ @@ -52,5 +67,6 @@ const todayIso = toIso(now) const maxIso = toIso(new Date(now.getTime() + 30 * 86400000)) const value = ref(null) +const erpValue = ref(null) const bounded = ref(null) diff --git a/app/components/malio/date/internal/MonthGrid.vue b/app/components/malio/date/internal/MonthGrid.vue index 355faac..2a535dd 100644 --- a/app/components/malio/date/internal/MonthGrid.vue +++ b/app/components/malio/date/internal/MonthGrid.vue @@ -47,15 +47,15 @@ >