From 87e03c5cd617e9ef2918304897c626cbdee60900 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sun, 2 Jul 2023 22:34:59 +0200 Subject: [PATCH] chore: update warn link --- packages/router/src/matcher/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.` ) } -- 2.47.2