From: Eduardo San Martin Morote Date: Wed, 29 Oct 2025 13:35:22 +0000 (+0100) Subject: refactor: aliasOf typje X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02ebdd5e5f33b8e69045ec6ad5f53af8568ca162;p=thirdparty%2Fvuejs%2Frouter.git refactor: aliasOf typje --- diff --git a/packages/router/src/experimental/router.ts b/packages/router/src/experimental/router.ts index c2c249e2..d491e57b 100644 --- a/packages/router/src/experimental/router.ts +++ b/packages/router/src/experimental/router.ts @@ -197,7 +197,7 @@ export interface EXPERIMENTAL_RouteRecord_Base /** * References another record if this record is an alias of it. */ - aliasOf?: unknown + aliasOf?: this // TODO: deprecate, expose utils to compare resolved routes, and document // how to create a meta field that does the same