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