change text

This commit is contained in:
Philipp Kühn
2020-04-10 21:46:51 +02:00
parent 2111b04a01
commit 4932488942

View File

@@ -43,7 +43,7 @@ export default {
mounted() {
this.editor = new Editor({
content: '<p>foo</p><pre>code **bold** _italic_</pre>',
content: '<p>This editor is based on Prosemirror, fully extendable and renderless. You can easily add custom nodes as Vue components.</p>',
extensions: [
new Document(),
new Paragraph(),