From: Eduardo San Martin Morote Date: Tue, 11 Jun 2024 09:34:15 +0000 (+0200) Subject: docs: line X-Git-Tag: v4.4.0-alpha.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57601c076a3e3357ade01952c16f80b2d130dafe;p=thirdparty%2Fvuejs%2Frouter.git docs: line --- diff --git a/packages/router/src/typed-routes/route-location.ts b/packages/router/src/typed-routes/route-location.ts index 5ebfeedd..0f9619fc 100644 --- a/packages/router/src/typed-routes/route-location.ts +++ b/packages/router/src/typed-routes/route-location.ts @@ -212,6 +212,9 @@ export interface RouteLocationResolvedTyped< RouteMap extends RouteMapGeneric, Name extends keyof RouteMap > extends RouteLocationTyped { + /** + * Resolved `href` for the route location that will be set on the ``. + */ href: string }