diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index b8d01a28d..4baeb804f 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -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[]", + "description": "Custom content template." }, { "name": "header", - "optional": false, - "readonly": false, - "type": "Function", - "default": "" + "parameters": [], + "returnType": "VNode[]", + "description": "Custom header template." } - ], - "methods": [] + ] }, "TabPanelEmits": { "relatedProp": "",