From 853df44399c2629599cabfb998056d5f23268816 Mon Sep 17 00:00:00 2001 From: yjb Date: Mon, 31 Jul 2017 10:15:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=8C=E5=90=91=E7=BB=91?= =?UTF-8?q?=E5=AE=9Acontent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/editor.js b/src/editor.js index 1c01bf4..113b37c 100644 --- a/src/editor.js +++ b/src/editor.js @@ -44,6 +44,7 @@ export default { if (val !== content) { this.$refs.content.innerHTML = val } + this.$emit('update:content', val) }, fullScreen(val){ const component = this