elk/layouts/default.vue

6 wiersze
75 B
Vue

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