chore: typo (#8345) [ci skip]

This commit is contained in:
Phentom 2023-05-19 00:59:09 +01:00 committed by GitHub
parent b01fc7ea84
commit f0691e4581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ export function defineSlots<
* modelValue.value = "hello"
*
* // default model with options
* const modelValue = defineModel<stirng>({ required: true })
* const modelValue = defineModel<string>({ required: true })
*
* // with specified name (consumed via `v-model:count`)
* const count = defineModel<number>('count')