From c027b55c542611375fd4bd2064deb72cfedb80df Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 2 Aug 2023 11:05:54 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index c958e371e..d9fe04f91 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -32059,6 +32059,14 @@ "type": "ComponentHooks", "default": "", "description": "Used to manage all lifecycle hooks" + }, + { + "name": "transition", + "optional": true, + "readonly": false, + "type": "any", + "default": "", + "description": "Used to control Vue Transition API." } ], "methods": []