update content

This commit is contained in:
Hans Pagel
2020-10-30 14:24:16 +01:00
parent f5763b8cc0
commit 25f4078996
36 changed files with 131 additions and 107 deletions

View File

@@ -18,7 +18,7 @@ export default {
mounted() {
this.editor = new Editor({
content: '<p>Hello, Im tiptap running in Vue.js! 👋</p>',
content: '<p>Hello, here is tiptap! 👋</p>',
extensions: defaultExtensions(),
})
},