WIP Сделала закрытие DescriptionCard на клик вне

This commit is contained in:
Daria Golova
2022-11-11 16:40:07 +03:00
parent c873dbcb3a
commit a044b667b5
5 changed files with 211 additions and 38 deletions

View File

@@ -16,6 +16,7 @@
calendar-event-card(
v-for="event in dayEvents"
:key="event.id"
:id="event.id"
:ownerEvent="event"
:event-types="eventTypes"
:style="eventCardPosition(event.start, event.end)"