WIP Добавила темы карточек

This commit is contained in:
Daria Golova
2022-11-07 19:05:14 +03:00
parent 37223df834
commit dcbec0772d
7 changed files with 106 additions and 14 deletions

View File

@@ -19,7 +19,7 @@
@click="openFormCreate",
v-else
) Создать событие
calendar-sidebar-event(:is-open="isOpen", :event-type="eventType")
calendar-sidebar-event(:is-open="isOpen", :event-type="eventTypes")
calendar-sidebar-teammate(:team-data="teamData", :is-open="isOpen")
.button-wrapper.flex.justify-center.mb-23px
base-button(
@@ -47,7 +47,7 @@ export default {
props: {
teamData: Array,
openFormCreate: Function,
eventType: Array,
eventTypes: Array,
},
data() {
return {