From 242454bafe43baf7c229cfce878afbd3d6513fd5 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 5 Apr 2023 12:15:06 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index ec8480393..1139921bb 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -18586,6 +18586,18 @@ ], "returnType": "VNode[]", "description": "Custom content for each item." + }, + { + "name": "submenuicon", + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t active: boolean, // Whether item is active\n }" + } + ], + "returnType": "VNode[]", + "description": "Custom submenu icon template." } ] },