Evan You 10 lat temu
rodzic
commit
22611d1918
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      src/deprecations.js

+ 2 - 2
src/deprecations.js

@@ -82,7 +82,7 @@ if (process.env.NODE_ENV !== 'production') {
     V_TRANSITION: function () {
     V_TRANSITION: function () {
       warn(
       warn(
         'v-transition will no longer be a directive in 1.0.0; It will become a ' +
         'v-transition will no longer be a directive in 1.0.0; It will become a ' +
-        'special attribute without the prefix. Ues "transition" instead.' +
+        'special attribute without the prefix. Use "transition" instead.' +
         newBindingSyntaxLink
         newBindingSyntaxLink
       )
       )
     },
     },
@@ -90,7 +90,7 @@ if (process.env.NODE_ENV !== 'production') {
     V_REF: function () {
     V_REF: function () {
       warn(
       warn(
         'v-ref will no longer be a directive in 1.0.0; It will become a ' +
         'v-ref will no longer be a directive in 1.0.0; It will become a ' +
-        'special attribute without the prefix. Ues "ref" instead.' +
+        'special attribute without the prefix. Use "ref" instead.' +
         newBindingSyntaxLink
         newBindingSyntaxLink
       )
       )
     },
     },