Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions documentation/docs/04-layouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ We can create a layout that only applies to pages below `/settings` (while inher
<slot></slot>
```

> The nested layout has to be placed in the same subdirectory as the nested pages. In the example above, it resides in the settings folder.

### Named layouts

Some parts of your app might need something other than the default layout. For these cases you can create _named layouts_...
Expand Down