mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-05 17:57:13 +00:00
fix: addon-combine affect metadata unexpectedly
This commit is contained in:
parent
fbfd1f3139
commit
c5e8ff1ce7
@ -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