meal_planner/app.vue
2024-04-27 01:15:55 +02:00

9 lines
182 B
Vue

<template>
<div data-theme="cupcake" class="flex flex-col h-screen">
<Navbar />
<main class="flex-grow">
<NuxtPage />
</main>
<Footer />
</div>
</template>