mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 15:27:18 +00:00
fix: designer.componentsMap
This commit is contained in:
parent
b787dc436c
commit
d8d32a29f9
@ -464,7 +464,7 @@ export class Designer {
|
|||||||
const view = metaData.experimental?.view;
|
const view = metaData.experimental?.view;
|
||||||
if (view) {
|
if (view) {
|
||||||
maps[key] = view;
|
maps[key] = view;
|
||||||
} else if (config.npm) {
|
} else {
|
||||||
maps[key] = config.npm;
|
maps[key] = config.npm;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user