7 lines
194 B
Vue
7 lines
194 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-4 />
|
|
</main>
|
|
</template>
|