]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
Revert "refactor(runtime-core): add @internal for instance.proxy (#1849)" (#2024)
authorPick <picknight@foxmail.com>
Tue, 15 Sep 2020 00:56:04 +0000 (08:56 +0800)
committerGitHub <noreply@github.com>
Tue, 15 Sep 2020 00:56:04 +0000 (20:56 -0400)
This reverts commit 4d51be73d3d4619613bb0df3c53d463df2fc6fd9.

packages/runtime-core/src/component.ts

index 1182447e8e6ee6f84635b7fcbd3dba8d6578afdc..6a768e26a098c376ec52e23029fc0e37e91cab5c 100644 (file)
@@ -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
 
   /**