elk/layouts/default.vue

6 lines
75 B
Vue

<template>
<main class="py-20 px-10">
<slot />
</main>
</template>