WIP Добавила возможность скрывать индикатор

This commit is contained in:
Daria Golova
2022-10-17 18:55:37 +03:00
parent 399f07ee6e
commit e114754e95
4 changed files with 37 additions and 7 deletions

View File

@@ -2,6 +2,7 @@
.calendar-container
calendar-schedule(
:currentDate="currentDate"
:timeInformation="timeInformation"
@previous-date="switchPreviousDate"
@next-date="switchNextDate"
@selected-layout="changeCalendarLayout"
@@ -18,6 +19,10 @@ export default {
return {
calendarLayout: "",
currentDate: moment(),
timeInformation: {
dayStartTime: "8:00",
dayEndTime: "18:00",
},
};
},
methods: {