mirror of https://github.com/vuejs/core.git
fix(type): remove internal doc for refs (#13589)
This commit is contained in:
parent
7cf9d9857d
commit
487d25efac
|
@ -368,9 +368,6 @@ export interface GenericComponentInstance {
|
|||
// state
|
||||
props: Data
|
||||
attrs: Data
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
refs: Data
|
||||
emit: EmitFn
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue