Merge pull request #50 from dderbentsov/UC-21

Создал компонент сайдбара для страницы календаря
This commit is contained in:
frontgavrilin
2022-10-21 01:09:17 +03:00
committed by GitHub
3 changed files with 36 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
.schedule.ml-2
.schedule.ml-2.w-full
calendar-header(
:current-date="currentDate"
:is-current-date="isCurrentDate"