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