]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: line
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 11 Jun 2024 09:34:15 +0000 (11:34 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 11 Jun 2024 09:34:15 +0000 (11:34 +0200)
packages/router/src/typed-routes/route-location.ts

index 5ebfeedd86279ad611413d7374ce2ebf9e1f888a..0f9619fc1f78214a7298b1ec2233900e5d5d1678 100644 (file)
@@ -212,6 +212,9 @@ export interface RouteLocationResolvedTyped<
   RouteMap extends RouteMapGeneric,
   Name extends keyof RouteMap
 > extends RouteLocationTyped<RouteMap, Name> {
+  /**
+   * Resolved `href` for the route location that will be set on the `<a href="...">`.
+   */
   href: string
 }