12 lines
195 B
Vue
12 lines
195 B
Vue
<template>
|
|
<div class="flex flex-col min-h-dvh">
|
|
<!-- <NavBar /> -->
|
|
|
|
<main class="flex-1 flex flex-col">
|
|
<slot />
|
|
</main>
|
|
|
|
<!-- <FooterComp /> -->
|
|
|
|
</div>
|
|
</template> |