This commit is contained in:
Philipp Kühn
2021-03-18 09:42:17 +01:00
parent 3eabf10e03
commit d524cd8c58
6 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react'
import { useEditor, EditorContent } from '@tiptap/react'
import { defaultExtensions } from '@tiptap/starter-kit'
import ReactComponent from './index.js'
import ReactComponent from './Extension.js'
import './styles.scss'
export default () => {

View File

@@ -5,7 +5,7 @@
<script>
import { Editor, EditorContent } from '@tiptap/vue-2'
import { defaultExtensions } from '@tiptap/starter-kit'
import VueComponent from './index.js'
import VueComponent from './Extension.js'
export default {
components: {

View File

@@ -5,7 +5,7 @@
<script>
import { Editor, EditorContent } from '@tiptap/vue-2'
import { defaultExtensions } from '@tiptap/starter-kit'
import VueComponent from './index.js'
import VueComponent from './Extension.js'
export default {
components: {