We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c450ede commit 703c9bcCopy full SHA for 703c9bc
packages/runtime-core/src/component.ts
@@ -105,7 +105,7 @@ export type RenderFunction = {
105
}
106
107
export interface ComponentInternalInstance {
108
- type: FunctionalComponent | ComponentOptions
+ type: Component
109
parent: ComponentInternalInstance | null
110
appContext: AppContext
111
root: ComponentInternalInstance
0 commit comments