Nuxt Layouts
up:: Nuxt ⚐
Add in the layouts/
folder.
default.vue
applies to any page<slot />
indicates where the page content should go into. Using thedefinePageMeta()
, you can define a layout to use.
Or you can hardcode it on the <NuxtLayout>
component like so: