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