Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Oct 31, 2023
1 parent 12cb11c commit 25f059e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -49082,7 +49082,7 @@
{
"name": "scope",
"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."
}
],
Expand Down

0 comments on commit 25f059e

Please sign in to comment.