diff --git a/packages/runtime/src/provider.ts b/packages/runtime/src/provider.ts index 1af619faf..9949e10c3 100644 --- a/packages/runtime/src/provider.ts +++ b/packages/runtime/src/provider.ts @@ -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 } = {};