set parent component for vue node views

This commit is contained in:
Philipp Kühn
2020-12-14 12:05:46 +01:00
parent 8e7659bcd1
commit aef4bd88fc
4 changed files with 46 additions and 9 deletions

View File

@@ -31,6 +31,8 @@ import * as d3 from 'd3'
import simplify from 'simplify-js'
export default {
name: 'Paper',
props: {
updateAttributes: {
type: Function,