elk/layouts/home.vue
2022-11-13 13:34:43 +08:00

10 lines
195 B
Vue

<template>
<main class="py-20 px-10 text-center">
<slot />
<Footer />
<div class="mt-5 mx-auto text-center opacity-25 text-sm">
[Home Layout]
</div>
</main>
</template>