wip fix
This commit is contained in:
parent
6910088b0a
commit
fb3fb8ef32
|
|
@ -21,9 +21,9 @@ export const EdStyleAll = () => {
|
|||
: p.page.meta[active.item_id];
|
||||
|
||||
if (
|
||||
meta.item.component?.props?.child &&
|
||||
meta.item.component?.props?.child?.content?.id &&
|
||||
meta.item.component?.useStyle
|
||||
meta.item?.component?.props?.child &&
|
||||
meta.item?.component?.props?.child?.content?.id &&
|
||||
meta.item?.component?.useStyle
|
||||
) {
|
||||
meta = p.page.meta[meta.item.component.props.child.content.id];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue