diff --git a/src/create-route-map.js b/src/create-route-map.js index 93a558f8a..411013d19 100644 --- a/src/create-route-map.js +++ b/src/create-route-map.js @@ -129,7 +129,7 @@ function addRouteRecord ( `Named Route '${route.name}' has a default child route. ` + `When navigating to this named route (:to="{name: '${ route.name - }'"), ` + + }'}"), ` + `the default child route will not be rendered. Remove the name from ` + `this route and use the name of the default child route for named ` + `links instead.`