WIP Исправлены ошибки
This commit is contained in:
@@ -19,11 +19,10 @@
|
||||
@previous-date="switchPreviousDate",
|
||||
@next-date="switchNextDate",
|
||||
@selected-layout="changeCalendarLayout",
|
||||
@open-change-form="openFormCreateEvent",
|
||||
@reset-change-form="resetChangeFormState",
|
||||
@selected-event="writeEventData",
|
||||
@delete-event="openModal",
|
||||
@dblclick="openFormCreateEvent"
|
||||
:open-form-create-event="openFormCreateEvent"
|
||||
)
|
||||
transition(name="form")
|
||||
calendar-form-add-event(
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
calendar-background(
|
||||
:time-coil="timeCoil",
|
||||
:owners-count="ownersCount"
|
||||
@dblclick="openFormCreateEvent"
|
||||
)
|
||||
</template>
|
||||
|
||||
@@ -70,6 +71,7 @@ export default {
|
||||
CalendarColumn,
|
||||
},
|
||||
props: {
|
||||
openFormCreateEvent: Function,
|
||||
url: String,
|
||||
changeFormWasClosed: Boolean,
|
||||
currentDate: {
|
||||
|
||||
Reference in New Issue
Block a user