Skip to content

Commit 5e8425e

Browse files
authoredApr 20, 2022
Fix typo in warning (#3738)
1 parent 9a3c7ec commit 5e8425e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/create-route-map.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function addRouteRecord (
129129
`Named Route '${route.name}' has a default child route. ` +
130130
`When navigating to this named route (:to="{name: '${
131131
route.name
132-
}'"), ` +
132+
}'}"), ` +
133133
`the default child route will not be rendered. Remove the name from ` +
134134
`this route and use the name of the default child route for named ` +
135135
`links instead.`

0 commit comments

Comments
 (0)
Please sign in to comment.