1
0
mirror of synced 2026-03-23 13:08:35 +08:00
Files
cook/layouts/default.vue
2023-11-07 01:06:30 +08:00

9 lines
267 B
Vue

<template>
<main class="cook-main text-center text-gray-700 dark:text-gray-200" p="t-8 b-$cook-bottom-menu-height">
<slot />
<DarkToggle absolute left-3 top-5 />
<SearchRecipe />
<TheBottomMenu fixed bottom-0 left-0 right-0 />
</main>
</template>