1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-03-24 10:31:05 +03:00
elk/layouts/default.vue

7 lines
92 B
Vue
Raw Normal View History

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