From 1268912985d4586620cb38fa7cb078204140c034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9B=BD=E5=AE=B6=E4=B8=80=E7=BA=A7=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E7=8C=BF=E5=8A=9D=E9=80=80=E5=B8=88?= Date: Sun, 27 Sep 2020 04:59:32 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'views/editblog.html'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/editblog.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/editblog.html b/views/editblog.html index 6966e0b..c5d830d 100644 --- a/views/editblog.html +++ b/views/editblog.html @@ -118,6 +118,9 @@ } this.getCatas() this.lables = this.blog.Lables + }, + mounted: function () { + var _this = this this.$refs.md.$on("imgAdd",(pos, $file)=>{ _this.$imgAdd(pos, $file) })