fix: format list element boundary error

pr675
Hufe921 2 years ago
parent d175f920e8
commit 094af57302

@ -110,7 +110,8 @@ export function formatElementList(
// 格式化元素
const valueList = el.valueList || []
formatElementList(valueList, {
...options
...options,
isHandleFirstElement: true
})
// 追加节点
if (valueList.length) {

Loading…
Cancel
Save