fix: remove abstract identifer

This commit is contained in:
wuyue.xht 2020-03-29 23:01:55 +08:00
parent 56c16ffa5c
commit 2e4526667d

View File

@ -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 } = {};