wenbobowen пре 4 година
родитељ
комит
17f5e999b8
1 измењених фајлова са 1 додато и 1 уклоњено
  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)