wenbobowen 4 anni fa
parent
commit
17f5e999b8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)