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,11 +1,11 @@
<template lang="pug">
.layout-switch-wrapper.inline-block
button#day.py-2.px-3(
:class="dayLayoutState"
:class="dayLayoutState",
@click="changeSelectedLayout"
) День
button#week.py-2.px-3(
:class="weekLayoutState"
:class="weekLayoutState",
@click="changeSelectedLayout"
) Неделя
</template>