diff --git a/packages/runtime-core/src/component.ts b/packages/runtime-core/src/component.ts index 8ff732622..8d26f4f03 100644 --- a/packages/runtime-core/src/component.ts +++ b/packages/runtime-core/src/component.ts @@ -107,7 +107,7 @@ interface SetupContext { emit: ((event: string, ...args: unknown[]) => void) } -export type ComponentInstance
= { +export type ComponentInstance
= { type: FunctionalComponent | ComponentOptions parent: ComponentInstance | null appContext: AppContext