From 9ea9f5293044faa602d6c778145ebd8b15242ba5 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 27 Jul 2021 12:02:50 +0200 Subject: [PATCH] docs: note about children in matched Close #1031 --- docs/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/index.md b/docs/api/index.md index aa18eb96..1273d6c0 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -896,7 +896,7 @@ Normalized version of a [Route Record](#routerecordraw) - **Type**: Array of normalized [route records](#routerecordnormalized) - **Details**: - Children route records of the current route. Empty array if none. + Children route records of a route at the time it was added. Empty array if none. Note this array doesn't update when `addRoute()` and `removeRoute()` are called. ### components -- 2.47.2