wenbobowen 4 rokov pred
rodič
commit
17f5e999b8
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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)