]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
fix(type): remove internal doc for refs (#13589)
authoredison <daiwei521@126.com>
Thu, 10 Jul 2025 02:08:13 +0000 (10:08 +0800)
committerGitHub <noreply@github.com>
Thu, 10 Jul 2025 02:08:13 +0000 (19:08 -0700)
packages/runtime-core/src/component.ts

index 1c3568f743d38f7b8b2642a8f47b0abc95e3cd13..67d5a1b8720b9420bc0a5a865deaff3ac4ebfdb9 100644 (file)
@@ -368,9 +368,6 @@ export interface GenericComponentInstance {
   // state
   props: Data
   attrs: Data
-  /**
-   * @internal
-   */
   refs: Data
   emit: EmitFn
   /**