This commit is contained in:
Rizky 2024-03-23 10:30:52 +07:00
parent 9ac42edde0
commit 20236cfb04
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -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) {