Update API doc

pull/4763/head
GitHub Actions Bot 2023-11-08 12:53:54 +00:00
parent ca572864cf
commit dd60ff7ace
1 changed files with 10 additions and 1 deletions

View File

@ -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",