add bubble menu to vue-3

This commit is contained in:
Philipp Kühn
2021-03-31 11:52:36 +02:00
parent e0895926bd
commit 2b0a0dad0f
2 changed files with 48 additions and 0 deletions

View File

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