WIP Начала набрасывать хедер медкарты

This commit is contained in:
Daria Golova
2023-03-30 19:38:33 +03:00
parent 2941ab6f71
commit e48082af02
6 changed files with 132 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
.flex.flex-col.w-full.h-full.gap-y-2
.flex.flex-col.w-full.h-full.gap-y-2
the-header(
:url="url",
:is-open-form="isOpenForm",
@@ -10,7 +10,7 @@
)
.flex.flex-auto
the-sidebar
router-view(
router-view.mx-2(
:open-form="openForm",
:is-open-form="isOpenForm",
:updated-clients="updatedClients",