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

8 lines
211 B
Vue

<template>
<main class="text-center text-gray-700 dark:text-gray-200" p="b-15">
<slot />
<DarkToggle absolute right-5 top-5 />
<TheBottomMenu fixed bottom-0 left-0 right-0 />
</main>
</template>