revert changes in demo

This commit is contained in:
Philipp Kühn 2020-11-01 00:35:14 +01:00
parent 97831ea8e5
commit 9f6087f36f

View File

@ -68,7 +68,6 @@
<script>
import { Editor, EditorContent, defaultExtensions } from '@tiptap/vue-starter-kit'
import Typography from '@tiptap/extension-typography'
export default {
components: {
@ -83,10 +82,7 @@ export default {
mounted() {
this.editor = new Editor({
extensions: [
...defaultExtensions(),
Typography(),
],
extensions: defaultExtensions(),
content: `
<h2>
Hi there,