Фикс окна создания клиента

This commit is contained in:
megavrilinvv
2022-11-18 16:40:01 +03:00
parent ace6b2ec75
commit 9b2885c594
5 changed files with 31 additions and 5 deletions

View File

@@ -8,7 +8,11 @@
)
.flex.flex-auto
the-sidebar
router-view(:open-form="openForm", :current-year="currentYear")
router-view(
:open-form="openForm",
:is-open-form="isOpenForm",
:current-year="currentYear"
)
</template>
<script>