mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
Typo
This commit is contained in:
parent
0142dae008
commit
8b44294858
@ -92,8 +92,8 @@ export default {
|
|||||||
|
|
||||||
## Nested Routes (children)
|
## Nested Routes (children)
|
||||||
|
|
||||||
To define a nested route, you need to define a .vue file with the same name as the directory wich contain your children views.
|
To define a nested route, you need to define a .vue file with the same name as the directory which contain your children views.
|
||||||
> Don't forget to put `<router-view></router-view>` inside your parent .vue file.
|
> Don't forget to put `<nuxt-child></nuxt-child>` inside your parent .vue file.
|
||||||
|
|
||||||
This file tree:
|
This file tree:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user