Files
landing/layouts/default.vue
2025-08-04 11:28:32 +02:00

16 lines
179 B
Vue

<template>
<body>
<header>
<NavBar />
</header>
<main>
<slot />
</main>
<footer>
<!-- <Footer /> -->
</footer>
</body>
</template>