Update API doc
parent
d9d02d5c73
commit
c027b55c54
|
@ -32059,6 +32059,14 @@
|
||||||
"type": "ComponentHooks",
|
"type": "ComponentHooks",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Used to manage all lifecycle hooks"
|
"description": "Used to manage all lifecycle hooks"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "transition",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "any",
|
||||||
|
"default": "",
|
||||||
|
"description": "Used to control Vue Transition API."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
|
|
Loading…
Reference in New Issue