This commit is contained in:
Philipp Kühn
2018-11-14 16:23:38 +01:00

View File

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