Сделала карточку и фильтрацию событий по дате

This commit is contained in:
Daria Golova
2022-10-24 18:08:16 +03:00
parent 65afb4c60f
commit 47b4eddb91
6 changed files with 150 additions and 57 deletions

View File

@@ -16,6 +16,7 @@
:day-end-time="validateEndTime"
)
calendar-background(
:current-date="currentDate"
:hours-array="hoursArray"
:events-data="eventsData"
)