nothing works

This commit is contained in:
Philipp Kühn
2020-10-29 09:26:24 +01:00
parent e960fff74f
commit 516d0da41c
7 changed files with 151 additions and 3 deletions

View File

@@ -1,7 +1,10 @@
import { Editor as CoreEditor } from '@tiptap/core'
import Renderer from './src/Renderer'
import VueRenderer from './src/VueRenderer'
export * from '@tiptap/core'
export { Renderer }
export { VueRenderer }
export { default as EditorContent } from './src/components/EditorContent'
export class Editor extends CoreEditor {