You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/essentials/named-views.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ It is possible to create complex layouts using named views with nested views. Wh
48
48
-`UserSettings` is the view component
49
49
-`UserEmailsSubscriptions`, `UserProfile`, `UserProfilePreview` are nested view components
50
50
51
-
**Note**: _Let's forget about how the HTML/CSS should look like to represent such layout and focus on the components used_
51
+
**Note**: _Let's forget about how the HTML/CSS should look like to represent such layout and focus on the components used._
52
52
53
53
The `<template>` section for `UserSettings` component in the above layout would look something like this:
54
54
@@ -62,7 +62,7 @@ The `<template>` section for `UserSettings` component in the above layout would
62
62
</div>
63
63
```
64
64
65
-
_The nested view components are omitted here but you can find the complete source code for the example above [here](https://jsfiddle.net/posva/22wgksa3/)_
65
+
_The nested view components are omitted here but you can find the complete source code for the example above [here](https://jsfiddle.net/posva/22wgksa3/)._
66
66
67
67
Then you can achieve the layout above with this route configuration:
0 commit comments