Răsfoiți Sursa

refactor(runtime-core): add @internal for instance.proxy (#1849)

Pick 5 ani în urmă
părinte
comite
4d51be73d3
1 a modificat fișierele cu 4 adăugiri și 1 ștergeri
  1. 4 1
      packages/runtime-core/src/component.ts

+ 4 - 1
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
 
   /**