From: Eduardo San Martin Morote Date: Sun, 2 Jul 2023 20:34:59 +0000 (+0200) Subject: chore: update warn link X-Git-Tag: v4.2.3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87e03c5cd617e9ef2918304897c626cbdee60900;p=thirdparty%2Fvuejs%2Frouter.git chore: update warn link --- diff --git a/packages/router/src/matcher/index.ts b/packages/router/src/matcher/index.ts index 3d1fec4e..56ae1dc5 100644 --- a/packages/router/src/matcher/index.ts +++ b/packages/router/src/matcher/index.ts @@ -297,7 +297,7 @@ export function createRouterMatcher( if (__DEV__ && !path.startsWith('/')) { warn( - `The Matcher cannot resolve relative paths but received "${path}". Unless you directly called \`matcher.resolve("${path}")\`, this is probably a bug in vue-router. Please open an issue at https://new-issue.vuejs.org/?repo=vuejs/router.` + `The Matcher cannot resolve relative paths but received "${path}". Unless you directly called \`matcher.resolve("${path}")\`, this is probably a bug in vue-router. Please open an issue at https://github.com/vuejs/router/issues/new/choose.` ) }