diff --git a/packages/runtime-core/src/component.ts b/packages/runtime-core/src/component.ts index 0e619b709..470d4ec4d 100644 --- a/packages/runtime-core/src/component.ts +++ b/packages/runtime-core/src/component.ts @@ -105,7 +105,7 @@ export type RenderFunction = { } export interface ComponentInternalInstance { - type: FunctionalComponent | ComponentOptions + type: Component parent: ComponentInternalInstance | null appContext: AppContext root: ComponentInternalInstance