mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +00:00
Revert "fix: use original moduleName"
This reverts commit 676e49ee2c48b01807d9220e6a554e24126aa6cc.
This commit is contained in:
parent
8474644e99
commit
c61694581b
@ -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: subRoot.fileName,
|
moduleName: ensureValidClassName(changeCase.pascalCase(subRoot.fileName)),
|
||||||
};
|
};
|
||||||
return container;
|
return container;
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user