improve v-model example

This commit is contained in:
Philipp Kühn
2020-11-13 15:30:09 +01:00
parent 2cf8137def
commit 5bccbacf32
4 changed files with 50 additions and 22 deletions

View File

@@ -1,4 +1,3 @@
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'