From: Jamie Gaehring Date: Fri, 18 Mar 2022 15:05:38 +0000 (-0400) Subject: docs: RouteRecord to RouteRecordNormalized (#1348) X-Git-Tag: v4.0.15~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f672bf01902368e65ca33e247b53d537ef0edc6c;p=thirdparty%2Fvuejs%2Frouter.git docs: RouteRecord to RouteRecordNormalized (#1348) --- diff --git a/docs/api/index.md b/docs/api/index.md index 72db6f23..29b3a19d 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -537,12 +537,12 @@ forward(): void ### getRoutes -Get a full list of all the [route records](#routerecord). +Get a full list of all the [route records](#routerecordnormalized). **Signature:** ```typescript -getRoutes(): RouteRecord[] +getRoutes(): RouteRecordNormalized[] ``` ### go @@ -1017,7 +1017,7 @@ Normalized route location. Does not have any [redirect records](#routerecordraw) - **Type**: [`RouteRecordNormalized[]`](#routerecordnormalized) - **Details**: - Array of [normalized route records](#routerecord) that were matched with the given route location. + Array of [normalized route records](#routerecordnormalized) that were matched with the given route location. ### meta