Files
sori.studio/layouts/page.vue
2026-04-29 14:54:44 +09:00

6 lines
106 B
Vue

<template>
<main class="page-layout min-h-screen bg-paper text-ink">
<slot />
</main>
</template>