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