add FullEditor component

This commit is contained in:
Philipp Kühn
2020-11-12 00:01:18 +01:00
parent ec9c561d84
commit dbefbb98fa
5 changed files with 75 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
export * from '@tiptap/core'
export { default as VueRenderer } from './VueRenderer'
export { default as EditorContent } from './components/EditorContent'
export { default as FullEditor } from './components/FullEditor.vue'