wip fix
This commit is contained in:
parent
fc85ef7542
commit
7a5822433d
File diff suppressed because one or more lines are too long
|
|
@ -29,7 +29,7 @@ export const initLoadComp = async (
|
|||
|
||||
if (component?.props) {
|
||||
for (const [name, prop] of Object.entries(component.props)) {
|
||||
if (prop.meta?.type === "content-element" && prop.content) {
|
||||
if (prop.content) {
|
||||
genMeta(
|
||||
{
|
||||
...p,
|
||||
|
|
|
|||
Loading…
Reference in New Issue