fix: format list element boundary error
This commit is contained in:
@@ -110,7 +110,8 @@ export function formatElementList(
|
||||
// 格式化元素
|
||||
const valueList = el.valueList || []
|
||||
formatElementList(valueList, {
|
||||
...options
|
||||
...options,
|
||||
isHandleFirstElement: true
|
||||
})
|
||||
// 追加节点
|
||||
if (valueList.length) {
|
||||
|
||||
Reference in New Issue
Block a user