From 3c71cc74e6dd5f1015329c64e11e8ec1cd7a97c1 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Wed, 31 Aug 2022 18:11:16 +0800 Subject: [PATCH] 新增编辑页 日志列表接口 --- src/components/common/MyTextarea.vue | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/src/components/common/MyTextarea.vue b/src/components/common/MyTextarea.vue index fbc432a..d62634b 100644 --- a/src/components/common/MyTextarea.vue +++ b/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) }, }, -- Gitblit v1.9.1