mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 21:20:28 +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;
|
||||
if (view) {
|
||||
maps[key] = view;
|
||||
} else if (config.npm) {
|
||||
} else {
|
||||
maps[key] = config.npm;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user