Kaynağa Gözat

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

Pick 5 yıl önce
ebeveyn
işleme
4d51be73d3
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  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
 
   /**