This commit is contained in:
Viet An
2026-05-27 09:17:52 +07:00
parent cc3bb9cfb5
commit 29ff3f2598
4 changed files with 41 additions and 26 deletions

View File

@@ -25,7 +25,7 @@
>
<div class="dropdown-content px-2 w-xs">
<PickDay
v-bind="{ date, maxdate }"
v-bind="{ date, mindate, maxdate }"
@date="selectDate"
/>
</div>