mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-31 08:08:17 +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 = {};
|
const basicInfo: any = {};
|
||||||
if (componentName === 'Slot') {
|
if (componentName === 'Slot') {
|
||||||
if (!configure.component) {
|
if (!configure.component) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user