8 lines
145 B
Vue
8 lines
145 B
Vue
<template>
|
|
<main class="px-4 text-center text-gray-700 dark:text-gray-200">
|
|
<Menu />
|
|
<slot />
|
|
<BaseFooter />
|
|
</main>
|
|
</template>
|