This commit is contained in:
caoyanyi
2023-09-01 13:51:45 +08:00
parent bb3029a2ca
commit 9833b00e3e
+1 -1
View File
@@ -6,7 +6,7 @@ class tabPane extends wg
{
protected static array $defineProps = array(
'key: string',
'title: string',
'title?: string',
'active?: bool=false',
'param?: string',
);