add vue-2 and vue-3

This commit is contained in:
Philipp Kühn
2021-02-27 23:56:08 +01:00
parent cdf9cc99e0
commit 015c47707a
14 changed files with 1289 additions and 155 deletions

View File

@@ -0,0 +1,5 @@
export * from '@tiptap/core'
export { VueRenderer } from './VueRenderer'
export { VueNodeViewRenderer } from './VueNodeViewRenderer'
export { Editor } from './Editor'
export { EditorContent } from './EditorContent'