6 lines
106 B
Vue
6 lines
106 B
Vue
<template>
|
|
<main class="page-layout min-h-screen bg-paper text-ink">
|
|
<slot />
|
|
</main>
|
|
</template>
|