update docs

This commit is contained in:
Philipp Kühn
2021-02-28 23:39:29 +01:00
parent 00e673f700
commit 64b8f5c514
67 changed files with 83 additions and 108 deletions

View File

@@ -5,7 +5,8 @@
</template>
<script>
import { Editor, EditorContent, defaultExtensions } from '@tiptap/vue-starter-kit'
import { Editor, EditorContent } from '@tiptap/vue-2'
import { defaultExtensions } from '@tiptap/starter-kit'
import TableOfContents from './TableOfContents.js'
export default {