mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
fix: 🐛 Collapse render error
This commit is contained in:
parent
e1f22fc734
commit
6fed96859b
@ -12904,7 +12904,15 @@
|
||||
"componentName": "Collapse",
|
||||
"props": {
|
||||
"prefix": "next-"
|
||||
}
|
||||
},
|
||||
"children": [{
|
||||
"componentName": "Panel",
|
||||
"props": {
|
||||
"prefix": "next-",
|
||||
"isExpanded": true,
|
||||
"title": "面板标题"
|
||||
}
|
||||
}]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user