mirror of https://github.com/vuejs/core.git
chore: fix typo (#11195) [ci skip]
This commit is contained in:
parent
b16e272def
commit
00341e8d66
|
@ -94,7 +94,7 @@ export type Data = Record<string, unknown>
|
||||||
* the usage of `InstanceType<typeof Comp>` which only works for
|
* the usage of `InstanceType<typeof Comp>` which only works for
|
||||||
* constructor-based component definition types.
|
* constructor-based component definition types.
|
||||||
*
|
*
|
||||||
* Exmaple:
|
* @example
|
||||||
* ```ts
|
* ```ts
|
||||||
* const MyComp = { ... }
|
* const MyComp = { ... }
|
||||||
* declare const instance: ComponentInstance<typeof MyComp>
|
* declare const instance: ComponentInstance<typeof MyComp>
|
||||||
|
|
Loading…
Reference in New Issue