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