don’t use __vue__

This commit is contained in:
Philipp Kühn
2021-03-05 11:01:26 +01:00
parent a073d75dff
commit e9e3418a0f
6 changed files with 63 additions and 33 deletions

View File

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