TOPVERSE_Official/layouts/default.vue

10 lines
198 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">
[Default Layout]
</div>
</main>
</template>