mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-30 23:38:11 +00:00
fix: addon-combine affect metadata unexpectedly
This commit is contained in:
parent
7b76ff357e
commit
fc5fbc63a0
@ -87,7 +87,7 @@ export default function (metadata: TransformedComponentMetadata): TransformedCom
|
||||
});
|
||||
}
|
||||
// 通用设置
|
||||
let propsGroup = props || [];
|
||||
let propsGroup = props ? [...props] : [];
|
||||
const basicInfo: any = {};
|
||||
if (componentName === 'Slot') {
|
||||
if (!configure.component) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user