From 626681467e6e3450103a36a3bdafae1d0d2c85bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20K=C3=BChn?= Date: Wed, 14 Nov 2018 16:04:19 +0100 Subject: [PATCH] fix syntax error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()