From 002afebdc5399e4c518578cfb788edbb89f05f66 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 18 Apr 2023 13:43:49 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 91c35c0b2..9817b9026 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -3419,7 +3419,7 @@ "name": "icon", "parameters": [], "returnType": "VNode[]", - "description": "Content can easily be customized with the default slot instead of using the built-in modes." + "description": "Custom icon template." } ] }, @@ -21133,7 +21133,8 @@ "readonly": false, "type": "string", "default": "", - "description": "Icon to display." + "description": "Icon to display.", + "deprecated": "since v3.27.0. Use 'icon' slot." }, { "name": "behavior", @@ -21155,8 +21156,7 @@ "name": "icon", "parameters": [], "returnType": "VNode[]", - "description": "Custom scrolltop icon template.", - "deprecated": "since v3.27.0. Use 'icon' slot." + "description": "Custom scrolltop icon template." } ] },