diff --git a/packages/runtime-core/src/compat/compatConfig.ts b/packages/runtime-core/src/compat/compatConfig.ts index 471752cd4f7..9893376f3bc 100644 --- a/packages/runtime-core/src/compat/compatConfig.ts +++ b/packages/runtime-core/src/compat/compatConfig.ts @@ -387,7 +387,7 @@ export const deprecationData: Record = { : hasOwn(comp.props, 'modelValue')) ) { return ( - `Component delcares "modelValue" prop, which is Vue 3 usage, but ` + + `Component declares "modelValue" prop, which is Vue 3 usage, but ` + `is running under Vue 2 compat v-model behavior. You can ${configMsg}` ) }