elk/layouts/default.vue

6 lines
75 B
Vue

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