Update API doc

pull/4806/head
GitHub Actions Bot 2023-10-31 13:37:47 +00:00
parent 12cb11c573
commit 25f059ee43
1 changed files with 3 additions and 3 deletions

View File

@ -48921,8 +48921,8 @@
], ],
"methods": [] "methods": []
}, },
"TabMenuRouterBindProps": { "TieredMenuRouterBindProps": {
"description": "Defines valid router binding props in TabMenu component.", "description": "Defines valid router binding props in TieredMenu component.",
"relatedProp": "", "relatedProp": "",
"props": [ "props": [
{ {
@ -49082,7 +49082,7 @@
{ {
"name": "scope", "name": "scope",
"optional": false, "optional": false,
"type": "{\n \t <span class=\"ml-3 text-primary-700\">item</span>: <span class=\"text-primary-500\">MenuItem</span>, <span class=\"text-primary-300\">// Menuitem instance</span>\n \t <span class=\"ml-3 text-primary-700\">label</span>: <span class=\"text-primary-500\">undefined</span>, <span class=\"text-primary-300\">// Label property of the menuitem</span>\n \t <span class=\"ml-3 text-primary-700\">props</span>: <span class=\"text-primary-500\">TabMenuRouterBindProps</span>, <span class=\"text-primary-300\">// Binding properties of the menuitem</span>\n \t <span class=\"ml-3 text-primary-700\">hasSubmenu</span>: <span class=\"text-primary-500\">boolean</span>, <span class=\"text-primary-300\">// Whether or not there is a submenu</span>\n }", "type": "{\n \t <span class=\"ml-3 text-primary-700\">item</span>: <span class=\"text-primary-500\">MenuItem</span>, <span class=\"text-primary-300\">// Menuitem instance</span>\n \t <span class=\"ml-3 text-primary-700\">label</span>: <span class=\"text-primary-500\">undefined</span>, <span class=\"text-primary-300\">// Label property of the menuitem</span>\n \t <span class=\"ml-3 text-primary-700\">props</span>: <span class=\"text-primary-500\">TieredMenuRouterBindProps</span>, <span class=\"text-primary-300\">// Binding properties of the menuitem</span>\n \t <span class=\"ml-3 text-primary-700\">hasSubmenu</span>: <span class=\"text-primary-500\">boolean</span>, <span class=\"text-primary-300\">// Whether or not there is a submenu</span>\n }",
"description": "item slot's params." "description": "item slot's params."
} }
], ],