]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: comment
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 31 Jul 2025 16:04:52 +0000 (18:04 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 31 Jul 2025 16:04:52 +0000 (18:04 +0200)
packages/router/src/location.ts

index 77c1666ccca9d7b43c33fba146c8042910669dec..73cd7b0062f156f67516b12fa13d8e199b323c7b 100644 (file)
@@ -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,