mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
fix: use original moduleName
This commit is contained in:
parent
a2d857b143
commit
676e49ee2c
@ -161,7 +161,7 @@ export class SchemaParser implements ISchemaParser {
|
|||||||
...subRoot,
|
...subRoot,
|
||||||
componentName: getRootComponentName(subRoot.componentName, compDeps),
|
componentName: getRootComponentName(subRoot.componentName, compDeps),
|
||||||
containerType: subRoot.componentName,
|
containerType: subRoot.componentName,
|
||||||
moduleName: ensureValidClassName(changeCase.pascalCase(subRoot.fileName)),
|
moduleName: subRoot.fileName,
|
||||||
};
|
};
|
||||||
return container;
|
return container;
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user