fix syntax error

This commit is contained in:
Philipp Kühn
2018-11-14 16:04:19 +01:00
committed by GitHub
parent eb7fe0c837
commit 626681467e

View File

@@ -51,7 +51,7 @@ export default {
mounted() {
this.editor = new Editor({
content: '<p>Hi, I'm just a boring paragraph</p>',
}),
})
},
beforeDestroy() {
this.editor.destroy()