mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-06 02:26:49 +00:00
9 lines
188 B
Vue
9 lines
188 B
Vue
<template>
|
|
<div data-theme="cupcake" class="flex flex-col h-screen">
|
|
<AppNavbar />
|
|
<main class="flex-grow">
|
|
<NuxtPage />
|
|
</main>
|
|
<AppFooter />
|
|
</div>
|
|
</template>
|