10 lines
252 B
Vue
10 lines
252 B
Vue
<template>
|
|
<main class="px-4 py-10 text-center text-gray-700 dark:text-gray-200">
|
|
<RouterView />
|
|
<TheFooter />
|
|
<div class="mt-5 mx-auto text-center opacity-75 dark:opacity-50 text-sm">
|
|
[Home Layout]
|
|
</div>
|
|
</main>
|
|
</template>
|