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