From f36abbeebd4386cdd9c57680e91e09953ddfb4b8 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 5 May 2021 14:37:30 +0200 Subject: [PATCH] Update editor.vue Add source --- src/editor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor.vue b/src/editor.vue index 1fc1461..bc9260f 100644 --- a/src/editor.vue +++ b/src/editor.vue @@ -135,7 +135,7 @@ if (html === '


') html = '' this._content = html this.$emit('input', this._content) - this.$emit('change', { html, text, quill }) + this.$emit('change', { html, text, quill, source }) }) // Emit ready event