refactor: use Nuxt 4 directory structure
This commit is contained in:
7
app/layouts/default.vue
Normal file
7
app/layouts/default.vue
Normal file
@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<div
|
||||
class="w-full min-h-screen bg-white dark:bg-[#111729] dark:text-[#e5e7eb] transition-all"
|
||||
>
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
Reference in New Issue
Block a user