]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
refactor(runtime-core): add @internal for instance.proxy (#1849)
authorPick <pickchen@tencent.com>
Tue, 18 Aug 2020 15:12:26 +0000 (23:12 +0800)
committerGitHub <noreply@github.com>
Tue, 18 Aug 2020 15:12:26 +0000 (11:12 -0400)
packages/runtime-core/src/component.ts

index 12eaa76bc935d2dfd97b1d59f35bb81b25d02bc3..ee9ae1be5a43fe1a41fc5b10b32030d497e4c017 100644 (file)
@@ -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
 
   /**