10 lines
237 B
Vue
10 lines
237 B
Vue
<template>
|
|
<main class="text-center py-10 px-4 text-gray-700 dark:text-gray-200">
|
|
<router-view />
|
|
<Footer />
|
|
<div class="mx-auto mt-5 text-center text-sm opacity-25">
|
|
[Default Layout]
|
|
</div>
|
|
</main>
|
|
</template>
|