From dd60ff7ace6900c299887994c98fd9405d964039 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 8 Nov 2023 12:53:54 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 5bae68130..8f6c8082c 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -46551,7 +46551,16 @@ "readonly": false, "type": "boolean", "default": "true", - "description": "Whether to apply 'router-link-active-exact' class if route exactly matches the item path." + "description": "Whether to apply 'router-link-active-exact' class if route exactly matches the item path.", + "deprecated": "since v3.40.0." + }, + { + "name": "activeStep", + "optional": true, + "readonly": false, + "type": "number", + "default": "0", + "description": "Active step index of menuitem." }, { "name": "pt",