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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()