mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-10 18:03:01 +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,
|
||||
componentName: getRootComponentName(subRoot.componentName, compDeps),
|
||||
containerType: subRoot.componentName,
|
||||
moduleName: ensureValidClassName(changeCase.pascalCase(subRoot.fileName)),
|
||||
moduleName: subRoot.fileName,
|
||||
};
|
||||
return container;
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user