diff --git a/examples/nuxt-ssr-example/nuxt-ssr-example.vue b/examples/nuxt-ssr-example/nuxt-ssr-example.vue index 2f2b6ac..214c980 100644 --- a/examples/nuxt-ssr-example/nuxt-ssr-example.vue +++ b/examples/nuxt-ssr-example/nuxt-ssr-example.vue @@ -43,8 +43,8 @@ onEditorReady(editor) { console.log('editor ready!', editor) }, - onEditorChange({ editor, html, text }) { - console.log('editor change!', editor, html, text) + onEditorChange({ quill, html, text }) { + console.log('editor change!', quill, html, text) this.content = html } }