1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-22 06:06:48 +01:00
elk/layouts/default.vue

7 lines
92 B
Vue
Raw Normal View History

2022-11-13 05:34:43 +00:00
<template>
2022-11-13 16:05:32 +00:00
<main class="py-10 px-10">
2022-11-14 03:33:09 +00:00
<NavTitle />
2022-11-13 05:34:43 +00:00
<slot />
</main>
</template>