Update API doc

pull/3857/head
GitHub Actions Bot 2023-04-12 06:50:23 +00:00
parent 0357f6b995
commit 96b7509744
1 changed files with 7 additions and 7 deletions

View File

@ -22630,8 +22630,7 @@
"readonly": false, "readonly": false,
"type": "any", "type": "any",
"default": "", "default": "",
"description": "Inline style of the tab content.", "description": "Inline style of the tab content."
"deprecated": "since v3.26.0. Use 'pt' property instead."
}, },
{ {
"name": "contentClass", "name": "contentClass",
@ -22647,7 +22646,8 @@
"readonly": false, "readonly": false,
"type": "HTMLAttributes", "type": "HTMLAttributes",
"default": "", "default": "",
"description": "Uses to pass all properties of the HTMLDivElement to the tab content." "description": "Uses to pass all properties of the HTMLDivElement to the tab content.",
"deprecated": "since v3.26.0. Use 'pt' property instead."
}, },
{ {
"name": "disabled", "name": "disabled",
@ -23027,17 +23027,17 @@
"props": [], "props": [],
"methods": [ "methods": [
{ {
"name": "update:modelValue", "name": "update:activeIndex",
"parameters": [ "parameters": [
{ {
"name": "value", "name": "index",
"optional": false, "optional": false,
"type": "number", "type": "number",
"description": "New value." "description": "Current activeIndex."
} }
], ],
"returnType": "void", "returnType": "void",
"description": "Emitted when the value changes." "description": "Emitted when the activeIndex changes."
}, },
{ {
"name": "tab-change", "name": "tab-change",