This commit is contained in:
Hans Pagel
2020-09-10 14:52:19 +02:00
parent 7c069e3eb6
commit cd116b7d1a

View File

@@ -22,7 +22,7 @@ export default {
mounted() { mounted() {
this.editor = new Editor({ this.editor = new Editor({
content: '<p>This is a radically reduced version of tiptap for minimalisits. It has only support for a document, paragraphs and text, thats it.</p>', content: '<p>This is a radically reduced version of tiptap for minimalisits. It has only support for a document, paragraphs and text. Thats it.</p>',
extensions: [ extensions: [
Document(), Document(),
Paragraph(), Paragraph(),