1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-09-06 12:19:08 +01:00
elk/layouts/default.vue

6 lines
75 B
Vue
Raw Normal View History

2022-11-13 05:34:43 +00:00
<template>
<main class="py-20 px-10">
<slot />
</main>
</template>