wenbobowen hace 4 años
padre
commit
17f5e999b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/input/textArea.vue

+ 1 - 1
src/components/input/textArea.vue

@@ -119,7 +119,7 @@ export default {
     }
   },
   watch: {
-    value: {
+    inputValue: {
       handler(newV, oldV) {
         // this.inputValue = newV
         this.resetImgSrc(newV)