From 25f059ee433dc53730369dfd0d9e51e89149e013 Mon Sep 17 00:00:00 2001
From: GitHub Actions Bot <>
Date: Tue, 31 Oct 2023 13:37:47 +0000
Subject: [PATCH] Update API doc
---
doc/common/apidoc/index.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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."
}
],