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

This commit is contained in:
liumengyi
2023-11-13 16:33:47 +08:00
parent e48bc5ee12
commit f305bbf968
4 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -22,7 +22,7 @@ formPanel
set::required(true),
input
(
set::name('name'),
set::name('name')
)
),
formGroup
@@ -31,9 +31,9 @@ formPanel
textarea
(
set::name('desc'),
set::rows('5'),
set::rows('5')
)
),
)
);
render();