* zin: set default value to property "module".

This commit is contained in:
sunhao
2023-05-26 15:17:13 +08:00
parent c6375bdf7e
commit b9a2ca43d3
+1 -1
View File
@@ -3,7 +3,7 @@ namespace zin;
class searchToggle extends wg
{
protected static $defineProps = 'open?:bool,module?:string';
protected static $defineProps = 'open?:bool,module?:string=""';
public static function getPageCSS(): string|false
{