From: Phentom Date: Thu, 18 May 2023 23:59:09 +0000 (+0100) Subject: chore: typo (#8345) [ci skip] X-Git-Tag: v3.3.5~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0691e4581f4ad6545bc5bfa42cb618c3d7b1aea;p=thirdparty%2Fvuejs%2Fcore.git chore: typo (#8345) [ci skip] --- diff --git a/packages/runtime-core/src/apiSetupHelpers.ts b/packages/runtime-core/src/apiSetupHelpers.ts index 76ad08cf63..c00937981d 100644 --- a/packages/runtime-core/src/apiSetupHelpers.ts +++ b/packages/runtime-core/src/apiSetupHelpers.ts @@ -236,7 +236,7 @@ export function defineSlots< * modelValue.value = "hello" * * // default model with options - * const modelValue = defineModel({ required: true }) + * const modelValue = defineModel({ required: true }) * * // with specified name (consumed via `v-model:count`) * const count = defineModel('count')