fix:为所有组件默认visible属性设置为true、disable属性设置为false

This commit is contained in:
lhj
2024-11-10 01:38:13 +08:00
parent b0984589f4
commit 59b129d7b4
103 changed files with 635 additions and 630 deletions

View File

@ -7,9 +7,9 @@
"props": {},
"style": "",
"class": "",
"visible": "",
"visible": true,
"slots": {},
"disable": "",
"disable": false,
"events": {},
"loop": {},
"children": []