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
2022-11-14 11:33:09 +08:00

7 lines
92 B
Vue

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