mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-19 23:40:07 +00:00
10 lines
195 B
Vue
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>
|