add more text to the configuration page

This commit is contained in:
Hans Pagel
2020-08-12 11:16:29 +02:00
parent 8038ea9f94
commit 8b17869879
2 changed files with 17 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ export default {
mounted() {
this.editor = new Editor({
content: '<p>Im running tiptap with Vue.js. This demo is interactive, try to edit the text.</p>',
content: '<p>Hi! 👋 Im a text editor with just one button. Select some text and press the button to see what it does. Yes, its marking text <strong>bold</strong>. Amazing, isnt it?</p>',
extensions: extensions(),
renderer: Renderer,
})