.flex.flex-col.w-full.h-full.gap-y-2
the-header(
:is-open-form="isOpenForm",
:close-form="closeForm",
:open-form="openForm",
:current-year="currentYear"
)
.flex.flex-auto
the-sidebar
router-view(
:open-form="openForm",
:is-open-form="isOpenForm",
:current-year="currentYear"
)