refactor: migrate to nuxt
This commit is contained in:
7
layouts/default.vue
Normal file
7
layouts/default.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<main class="px-4 text-center text-gray-700 dark:text-gray-200">
|
||||
<Menu />
|
||||
<slot />
|
||||
<BaseFooter />
|
||||
</main>
|
||||
</template>
|
||||
Reference in New Issue
Block a user