rename VueRenderer to VueNodeViewRenderer

This commit is contained in:
Philipp Kühn
2021-01-18 12:40:05 +01:00
parent 9f0ae94201
commit 06b88977fc
2 changed files with 5 additions and 5 deletions

View File

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