File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 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
6767Then you can achieve the layout above with this route configuration:
6868
6969``` js
70- { path: ' /settings' ,
70+ {
71+ path: ' /settings' ,
7172 // You could also have named views at the top
7273 component: UserSettings,
7374 children: [{
Original file line number Diff line number Diff line change @@ -66,7 +66,8 @@ _Вложенные компоненты представлений опущен
6666Затем вы можете достичь компоновки шаблона выше с помощью конфигурации маршрута:
6767
6868``` js
69- { path: ' /settings' ,
69+ {
70+ path: ' /settings' ,
7071 // Вы могли также иметь именованные представления в верхней части
7172 component: UserSettings,
7273 children: [{
@@ -82,4 +83,4 @@ _Вложенные компоненты представлений опущен
8283}
8384```
8485
85- Рабочее демо этого примера можно найти [ здесь] ( https://jsfiddle.net/posva/22wgksa3/ ) .
86+ Рабочее демо этого примера можно найти [ здесь] ( https://jsfiddle.net/posva/22wgksa3/ ) .
You can’t perform that action at this time.
0 commit comments