Bruno Perel 4 лет назад
Родитель
Сommit
e8022755ae
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/runtime-core/src/compat/compatConfig.ts

+ 1 - 1
packages/runtime-core/src/compat/compatConfig.ts

@@ -387,7 +387,7 @@ export const deprecationData: Record<DeprecationTypes, DeprecationData> = {
           : 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}`
         )
       }