add nodeViewProps, fix #214

This commit is contained in:
Philipp Kühn
2021-03-17 21:43:45 +01:00
parent 7d52a3aad1
commit f0f6e79408
6 changed files with 74 additions and 26 deletions

View File

@@ -7,13 +7,15 @@
</template>
<script>
import { NodeViewWrapper, NodeViewContent } from '@tiptap/vue-2'
import { NodeViewWrapper, NodeViewContent, nodeViewProps } from '@tiptap/vue-2'
export default {
components: {
NodeViewWrapper,
NodeViewContent,
},
props: nodeViewProps,
}
</script>