* [misc] fix callback not defined on create zui component with target.

This commit is contained in:
sunhao
2024-07-15 13:20:45 +08:00
committed by 谢杞钰
parent 3923b671a8
commit 79c42b6ddb
+1 -1
View File
@@ -49,7 +49,7 @@ class zui extends wg
}
if(is_array($userOptions)) $options = array_merge($options, $userOptions);
if(empty($call)) $call = 'zui.create';
if(empty($call)) $call = '~zui.create';
if($target)
{