7 lines
141 B
Vue
7 lines
141 B
Vue
<template>
|
|
<main class="px-4 py-10 text-center text-gray-700 dark:text-gray-200">
|
|
<router-view />
|
|
<Footer />
|
|
</main>
|
|
</template>
|