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