Explorar o código

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

edison hai 11 meses
pai
achega
487d25efac
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  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
   /**