diff --git a/packages/runtime-core/src/component.ts b/packages/runtime-core/src/component.ts index 1c3568f74..67d5a1b87 100644 --- a/packages/runtime-core/src/component.ts +++ b/packages/runtime-core/src/component.ts @@ -368,9 +368,6 @@ export interface GenericComponentInstance { // state props: Data attrs: Data - /** - * @internal - */ refs: Data emit: EmitFn /**