forked from Mirrors/elk
9 lines
195 B
Vue
9 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>
|