Просмотр исходного кода

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

edison 9 месяцев назад
Родитель
Сommit
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
   /**