diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json
index 6be8fce39..22551f932 100644
--- a/doc/common/apidoc/index.json
+++ b/doc/common/apidoc/index.json
@@ -48921,8 +48921,8 @@
],
"methods": []
},
- "TabMenuRouterBindProps": {
- "description": "Defines valid router binding props in TabMenu component.",
+ "TieredMenuRouterBindProps": {
+ "description": "Defines valid router binding props in TieredMenu component.",
"relatedProp": "",
"props": [
{
@@ -49082,7 +49082,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t item: MenuItem, // Menuitem instance\n \t label: undefined, // Label property of the menuitem\n \t props: TabMenuRouterBindProps, // Binding properties of the menuitem\n \t hasSubmenu: boolean, // Whether or not there is a submenu\n }",
+ "type": "{\n \t item: MenuItem, // Menuitem instance\n \t label: undefined, // Label property of the menuitem\n \t props: TieredMenuRouterBindProps, // Binding properties of the menuitem\n \t hasSubmenu: boolean, // Whether or not there is a submenu\n }",
"description": "item slot's params."
}
],