fix syntax again

This commit is contained in:
Philipp Kühn
2018-11-14 16:05:45 +01:00
committed by GitHub
parent 626681467e
commit 8b41cf4933

View File

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