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

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

@@ -1,13 +1,13 @@
<template lang="pug">
.flex.flex-col(
:style="backgroundExtendedWidth"
)
)
.flex.flex-col
.line-wrapper
.line.flex.items-center(
v-for="hour in timeCoil"
:key="hour"
)
)
.middle-line
</template>