wip fix
This commit is contained in:
parent
9ac42edde0
commit
20236cfb04
File diff suppressed because one or more lines are too long
|
|
@ -43,6 +43,8 @@ export const createViPassProp = (
|
|||
"props.meta.item.component.props.child.content.childs"
|
||||
) as unknown as any[];
|
||||
|
||||
console.log(children);
|
||||
|
||||
if (Array.isArray(children)) {
|
||||
let is_meta = true;
|
||||
for (const c of children) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue