From: Pick Date: Tue, 18 Aug 2020 15:12:26 +0000 (+0800) Subject: refactor(runtime-core): add @internal for instance.proxy (#1849) X-Git-Tag: v3.0.0-rc.6~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d51be73d3d4619613bb0df3c53d463df2fc6fd9;p=thirdparty%2Fvuejs%2Fcore.git refactor(runtime-core): add @internal for instance.proxy (#1849) --- diff --git a/packages/runtime-core/src/component.ts b/packages/runtime-core/src/component.ts index 12eaa76bc9..ee9ae1be5a 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 /**