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
@@ -115,7 +115,7 @@ Nuxt.js lets you create nested route by using the children routes of vue-router.
115
115
116
116
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.
117
117
118
-
<pclass="Alert Alert--nuxt-green"><b>Info:</b> don't forget to write `<nuxt-child/>` inside the parent component (<code>.vue</code> file).</p>
118
+
<pclass="Alert Alert--info"><b>Warning:</b> don't forget to write `<nuxt-child/>` inside the parent component (<code>.vue</code> file).</p>
0 commit comments