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) }, },