From: Pick Date: Tue, 15 Sep 2020 00:56:04 +0000 (+0800) Subject: Revert "refactor(runtime-core): add @internal for instance.proxy (#1849)" (#2024) X-Git-Tag: v3.0.0-rc.11~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a939d37cbfc4e3276c99a741fc6801eea48405;p=thirdparty%2Fvuejs%2Fcore.git Revert "refactor(runtime-core): add @internal for instance.proxy (#1849)" (#2024) This reverts commit 4d51be73d3d4619613bb0df3c53d463df2fc6fd9. --- diff --git a/packages/runtime-core/src/component.ts b/packages/runtime-core/src/component.ts index 1182447e8e..6a768e26a0 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 /**