elk/layouts/home.vue

10 lines
195 B
Vue
Raw Normal View History

2022-11-13 05:34:43 +00:00
<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>