Use nuxt 4 folder structure
This commit is contained in:
10
app/layouts/default.vue
Normal file
10
app/layouts/default.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<div>
|
||||
<SiteNavbar sticky />
|
||||
<SiteSidebar />
|
||||
|
||||
<div crate>
|
||||
<slot />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
Reference in New Issue
Block a user