From 1ce6c6a2befbc7064da4685c4fe73a651a1b89d2 Mon Sep 17 00:00:00 2001 From: Lorand Horvath <72015221+lorand-horvath@users.noreply.github.com> Date: Wed, 6 Apr 2022 15:07:39 +0300 Subject: [PATCH] Fix typo in warning --- src/create-route-map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.`