Настроила индикатор

This commit is contained in:
Daria Golova
2022-10-18 16:04:03 +03:00
parent b0b31b2ebc
commit fc7426c386
6 changed files with 124 additions and 42 deletions

View File

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