From: Micha Huhn Date: Tue, 11 Jun 2024 06:19:52 +0000 (+0200) Subject: docs: fix typo (#11105) X-Git-Tag: v3.4.28~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70773d00985135a50556c61fb9855ed6b930cb82;p=thirdparty%2Fvuejs%2Fcore.git docs: fix typo (#11105) --- diff --git a/packages/runtime-core/src/apiSetupHelpers.ts b/packages/runtime-core/src/apiSetupHelpers.ts index 486ee637e1..39d8edbcc2 100644 --- a/packages/runtime-core/src/apiSetupHelpers.ts +++ b/packages/runtime-core/src/apiSetupHelpers.ts @@ -116,7 +116,7 @@ type BooleanKey = K extends any * const emit = defineEmits<{ * // : * change: [] - * update: [value: string] // named tuple syntax + * update: [value: number] // named tuple syntax * }>() * * emit('change')