mirror of
https://github.com/Kizuren/kizuren.dev.git
synced 2025-12-21 13:06:11 +01:00
9 lines
No EOL
217 B
Vue
9 lines
No EOL
217 B
Vue
<template>
|
|
<div class="min-h-screen flex flex-col">
|
|
<NavBar />
|
|
<main class="flex-grow container mx-auto px-4 py-8">
|
|
<slot />
|
|
</main>
|
|
<AppFooter />
|
|
</div>
|
|
</template> |