diff --git a/packages/runtime-core/src/component.ts b/packages/runtime-core/src/component.ts index 12eaa76b..ee9ae1be 100644 --- a/packages/runtime-core/src/component.ts +++ b/packages/runtime-core/src/component.ts @@ -225,7 +225,10 @@ export interface ComponentInternalInstance { // the rest are only for stateful components --------------------------------- - // main proxy that serves as the public instance (`this`) + /** + * main proxy that serves as the public instance (`this`) + * @internal + */ proxy: ComponentPublicInstance | null /**