WIP Изменила стиль кнопок, расставила запятые

This commit is contained in:
Daria Golova
2022-11-21 18:56:11 +03:00
parent e182844074
commit 733c4c536d
13 changed files with 106 additions and 99 deletions

View File

@@ -1,8 +1,8 @@
<template lang="pug">
.calendar-clock-column.flex.flex-col.items-end.gap-y-43.pb-5.px-3
span.text-base(
v-for="hour in timeCoil"
:key="hour"
v-for="hour in timeCoil",
:key="hour",
:class="currentHourStyle(hour)"
) {{ hour }}
</template>