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
{{ message }}
This repository was archived by the owner on Sep 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: en/guide/routing.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ More information about the validate method: [API Pages validate](/api/pages-vali
111
111
112
112
Nuxt.js lets you create nested route by using the children routes of vue-router.
113
113
114
-
To define a nested route, you need to create a Vue file with the **same name as the directory** which contain your children views.
114
+
To define the parent component of a nested route, you need to create a Vue file with the **same name as the directory** which contain your children views.
115
115
116
116
<pclass="Alert Alert--info">Don't forget to write `<nuxt-child/>` inside the parent component (.vue file).</p>
0 commit comments