add NodeViewWrapper and NodeViewContent to vue-2
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { NodeViewWrapper } from '@tiptap/vue-2'
|
||||
import { v4 as uuid } from 'uuid'
|
||||
import * as d3 from 'd3'
|
||||
import simplify from 'simplify-js'
|
||||
@@ -37,6 +38,10 @@ const getRandomElement = list => {
|
||||
export default {
|
||||
name: 'Paper',
|
||||
|
||||
components: {
|
||||
NodeViewWrapper,
|
||||
},
|
||||
|
||||
props: {
|
||||
updateAttributes: {
|
||||
type: Function,
|
||||
|
||||
Reference in New Issue
Block a user