1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-09-06 20:29:08 +01:00
elk/layouts/default.vue
2022-11-13 13:34:43 +08:00

6 lines
75 B
Vue

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