inleft
2022-08-31 3c71cc74e6dd5f1015329c64e11e8ec1cd7a97c1
src/components/common/MyTextarea.vue
@@ -25,16 +25,6 @@
      },
      watch: {
         visitorContent: function(newValue, oldValue) {
            // if (newValue.length > 0) {
            //    if (!this.init) {
            //       this.showTip = true;
            //       setTimeout(() => {
            //          this.showTip = false;
            //       }, 5000);
            //    }
            //    this.init = true;
            //    this.initOwO();
            // }
            this.$emit("update:content", newValue)
         },
      },