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