wip fix
This commit is contained in:
parent
065608da5b
commit
a22f639488
File diff suppressed because one or more lines are too long
|
|
@ -113,10 +113,6 @@ export const assignMitem = (arg: {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!m.mitem) {
|
|
||||||
console.log(arg);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -66,10 +66,6 @@ export const createViPassProp = (
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (meta.item.name === "nav_menu") {
|
|
||||||
console.log(cmeta);
|
|
||||||
}
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ViRender
|
<ViRender
|
||||||
key={item.id}
|
key={item.id}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue