* Remove , at the end of row in the lastest children in tabpane widget.

This commit is contained in:
liumengyi
2023-11-15 09:26:33 +08:00
parent 485f251b88
commit ecb2c3fcd8
+2 -2
View File
@@ -8,13 +8,13 @@ class tabPane extends wg
'key: string',
'title?: string',
'active?: bool=false',
'param?: string',
'param?: string'
);
protected static array $defineBlocks = array(
'prefix' => array(),
'suffix' => array(),
'divider' => false,
'divider' => false
);
protected function build(): wg