TOPVERSE_Official/layouts/home.vue

10 lines
195 B
Vue
Raw Normal View History

2023-04-23 14:19:03 +08:00
<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>