Настроила индикатор

This commit is contained in:
Daria Golova
2022-10-18 16:04:03 +03:00
parent b0b31b2ebc
commit fc7426c386
6 changed files with 124 additions and 42 deletions

View File

@@ -1,8 +1,8 @@
<template lang="pug">
.calendar-container
calendar-schedule(
:currentDate="currentDate"
:timeInformation="timeInformation"
:current-date="currentDate"
:time-information="timeInformation"
@previous-date="switchPreviousDate"
@next-date="switchNextDate"
@selected-layout="changeCalendarLayout"