mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +08:00
parent
391fceef30
commit
ed4b3c77ef
@ -285,5 +285,9 @@ export const compiledNode = (
|
||||
}, node);
|
||||
});
|
||||
|
||||
if (Array.isArray(node.items)) {
|
||||
node.items.forEach((item) => compiledNode(compile, item, dataSourceDeps));
|
||||
}
|
||||
|
||||
return node;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user