* zin: fix targetProps not work.

This commit is contained in:
sunhao
2023-11-15 10:31:05 +08:00
parent 30333af1b3
commit ebf531f220
+1 -1
View File
@@ -75,11 +75,11 @@ class zui extends wg
return h
(
$tagName,
set($targetProps),
setClass($class),
setID($id),
setStyle('width', $width),
setStyle('height', $height),
set($targetProps),
$children,
);
}