mirror of https://github.com/vuejs/core.git
docs: fix typo (#11105)
This commit is contained in:
parent
df686abb4f
commit
70773d0098
|
|
@ -116,7 +116,7 @@ type BooleanKey<T, K extends keyof T = keyof T> = K extends any
|
|||
* const emit = defineEmits<{
|
||||
* // <eventName>: <expected arguments>
|
||||
* change: []
|
||||
* update: [value: string] // named tuple syntax
|
||||
* update: [value: number] // named tuple syntax
|
||||
* }>()
|
||||
*
|
||||
* emit('change')
|
||||
|
|
|
|||
Loading…
Reference in New Issue