Update API doc
parent
55324b4d7c
commit
cb002f9be8
|
@ -22675,23 +22675,21 @@
|
|||
"TabPanelSlots": {
|
||||
"description": "Defines valid slots in TabPanel slots.",
|
||||
"relatedProp": "",
|
||||
"props": [
|
||||
"props": [],
|
||||
"methods": [
|
||||
{
|
||||
"name": "default",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "Function",
|
||||
"default": ""
|
||||
"parameters": [],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom content template."
|
||||
},
|
||||
{
|
||||
"name": "header",
|
||||
"optional": false,
|
||||
"readonly": false,
|
||||
"type": "Function",
|
||||
"default": ""
|
||||
"parameters": [],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom header template."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
]
|
||||
},
|
||||
"TabPanelEmits": {
|
||||
"relatedProp": "",
|
||||
|
|
Loading…
Reference in New Issue