Files
landing/layouts/default.vue
2025-07-25 14:00:54 +02:00

12 lines
124 B
Vue

<template>
<div>
<header></header>
<main>
<slot />
</main>
<footer></footer>
</div>
</template>