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/en/essentials/named-views.md
+55
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,58 @@ const router = new VueRouter({
27
27
```
28
28
29
29
A working demo of this example can be found [here](https://jsfiddle.net/posva/6du90epg/).
30
+
31
+
## Nested Named Views
32
+
33
+
While being quite complex, it is possible to combine named views with nested view. When doing so, you will also need to name nested `router-view` components used. Let's take a Settings panel example:
0 commit comments