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

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,8 +1,8 @@
<template lang="pug">
div.icon-wrap.flex.items-center.justify-center.cursor-pointer.py-1.px-2(
:class="{disable: !isChecked}"
@click="changeState"
)
:class="{disable: !isChecked}"
@click="changeState"
)
.icon-doc-ok.text-xxl
</template>