Подтянула данные из карточки в расписание

This commit is contained in:
Daria Golova
2022-11-02 12:11:12 +03:00
parent eaaa5e21ef
commit c2aeaf714e
10 changed files with 75 additions and 39 deletions

View File

@@ -3,11 +3,11 @@
button#day.py-2.px-3(
:class="dayLayoutState"
@click="changeSelectedLayout"
) День
) День
button#week.py-2.px-3(
:class="weekLayoutState"
@click="changeSelectedLayout"
) Неделя
) Неделя
</template>
<script>