From 09a939d37cbfc4e3276c99a741fc6801eea48405 Mon Sep 17 00:00:00 2001 From: Pick Date: Tue, 15 Sep 2020 08:56:04 +0800 Subject: [PATCH] Revert "refactor(runtime-core): add @internal for instance.proxy (#1849)" (#2024) This reverts commit 4d51be73d3d4619613bb0df3c53d463df2fc6fd9. --- packages/runtime-core/src/component.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 /**