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-14 00:05:32 +08:00

6 lines
75 B
Vue

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