Преглед изворни кода

fix(type): remove internal doc for refs (#13589)

edison пре 10 месеци
родитељ
комит
487d25efac
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      packages/runtime-core/src/component.ts

+ 0 - 3
packages/runtime-core/src/component.ts

@@ -368,9 +368,6 @@ export interface GenericComponentInstance {
   // state
   props: Data
   attrs: Data
-  /**
-   * @internal
-   */
   refs: Data
   emit: EmitFn
   /**