How can i use the named slot templates with default layout?
Only home is a different layout, all the internals of the site are the same, so I would like to use:
<NuxtLayout name="home">
for initial, but in the internals I would like to use the default layout.
But it doesn't work:
<template #preContent>
<div class="sum-class">
SomeContent here
</div>
</template>
0 Replies