From: Eduardo San Martin Morote Date: Thu, 31 Jul 2025 16:04:52 +0000 (+0200) Subject: chore: comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca12ba3996707a3d0dbf9855cf75ab34f9b99407;p=thirdparty%2Fvuejs%2Frouter.git chore: comment --- diff --git a/packages/router/src/location.ts b/packages/router/src/location.ts index 77c1666c..73cd7b00 100644 --- a/packages/router/src/location.ts +++ b/packages/router/src/location.ts @@ -87,6 +87,7 @@ export function parseURL( ) return { + // we can't directly use the location parameter because it can be a relative path fullPath: path + searchString + hash, path, query,