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