Skip to content

Commit f0691e4

Browse files
authored
chore: typo (#8345) [ci skip]
1 parent b01fc7e commit f0691e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/apiSetupHelpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export function defineSlots<
236236
* modelValue.value = "hello"
237237
*
238238
* // default model with options
239-
* const modelValue = defineModel<stirng>({ required: true })
239+
* const modelValue = defineModel<string>({ required: true })
240240
*
241241
* // with specified name (consumed via `v-model:count`)
242242
* const count = defineModel<number>('count')

0 commit comments

Comments
 (0)