File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ _The nested view components are omitted here but you can find the complete sourc
67
67
Then you can achieve the layout above with this route configuration:
68
68
69
69
``` js
70
- { path: ' /settings' ,
70
+ {
71
+ path: ' /settings' ,
71
72
// You could also have named views at the top
72
73
component: UserSettings,
73
74
children: [{
Original file line number Diff line number Diff line change @@ -66,7 +66,8 @@ _Вложенные компоненты представлений опущен
66
66
Затем вы можете достичь компоновки шаблона выше с помощью конфигурации маршрута:
67
67
68
68
``` js
69
- { path: ' /settings' ,
69
+ {
70
+ path: ' /settings' ,
70
71
// Вы могли также иметь именованные представления в верхней части
71
72
component: UserSettings,
72
73
children: [{
@@ -82,4 +83,4 @@ _Вложенные компоненты представлений опущен
82
83
}
83
84
```
84
85
85
- Рабочее демо этого примера можно найти [ здесь] ( https://jsfiddle.net/posva/22wgksa3/ ) .
86
+ Рабочее демо этого примера можно найти [ здесь] ( https://jsfiddle.net/posva/22wgksa3/ ) .
You can’t perform that action at this time.
0 commit comments