diff --git a/packages/runtime-core/src/componentProxy.ts b/packages/runtime-core/src/componentProxy.ts index f30c300a..9e28d265 100644 --- a/packages/runtime-core/src/componentProxy.ts +++ b/packages/runtime-core/src/componentProxy.ts @@ -36,8 +36,8 @@ export type ComponentPublicInstance< $attrs: Data $refs: Data $slots: Slots - $root: ComponentInternalInstance | null - $parent: ComponentInternalInstance | null + $root: ComponentPublicInstance | null + $parent: ComponentPublicInstance | null $emit: EmitFn $el: any $options: ComponentOptionsBase