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