mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 05:36:39 +00:00
fix: remove abstract identifer
This commit is contained in:
parent
56c16ffa5c
commit
2e4526667d
@ -23,7 +23,7 @@ export interface IAppConfig {
|
|||||||
containerId?: string;
|
containerId?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default abstract class Provider {
|
export default class Provider {
|
||||||
globalComponents: any = {};
|
globalComponents: any = {};
|
||||||
globalUtils: any = {};
|
globalUtils: any = {};
|
||||||
routerConfig: { [key: string]: string } = {};
|
routerConfig: { [key: string]: string } = {};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user