diff --git a/README.md b/README.md index f6137612..06f470c4 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ export default { mounted() { this.editor = new Editor({ content: '
Hi, I'm just a boring paragraph
', - }), + }) }, beforeDestroy() { this.editor.destroy()