Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit dccc871

Browse files
committed
Part 1
Signed-off-by: Bruno Lesieur <[email protected]>
1 parent a92674b commit dccc871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/guide/routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Nuxt.js lets you create nested route by using the children routes of vue-router.
115115

116116
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.
117117

118-
<p class="Alert Alert--info">Don't forget to write `<nuxt-child/>` inside the parent component (.vue file).</p>
118+
<p class="Alert Alert--nuxt-green">Info: don't forget to write `<nuxt-child/>` inside the parent component (<code>.vue</code> file).</p>
119119

120120
This file tree:
121121

0 commit comments

Comments
 (0)