export extended editor for vue

This commit is contained in:
Philipp Kühn
2020-08-18 10:06:08 +02:00
parent 8c0008bbad
commit e471c7efd2
6 changed files with 15 additions and 13 deletions

View File

@@ -5,8 +5,7 @@
</template>
<script>
import { Editor } from '@tiptap/core'
import { EditorContent, Renderer } from '@tiptap/vue'
import { Editor, EditorContent } from '@tiptap/vue'
import Document from '@tiptap/extension-document'
import Paragraph from '@tiptap/extension-paragraph'
import Text from '@tiptap/extension-text'
@@ -32,7 +31,6 @@ export default {
new Text(),
new Bold(),
],
renderer: Renderer,
})
},