We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01fc7e commit f0691e4Copy full SHA for f0691e4
packages/runtime-core/src/apiSetupHelpers.ts
@@ -236,7 +236,7 @@ export function defineSlots<
236
* modelValue.value = "hello"
237
*
238
* // default model with options
239
- * const modelValue = defineModel<stirng>({ required: true })
+ * const modelValue = defineModel<string>({ required: true })
240
241
* // with specified name (consumed via `v-model:count`)
242
* const count = defineModel<number>('count')
0 commit comments