feat(core): add parent class name to parent nodes

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-05-11 15:33:42 +02:00
committed by Braks
parent a7db003b68
commit 26be1d2826
@@ -183,6 +183,7 @@ const NodeWrapper = defineComponent({
dragging: dragging?.value,
selected: node.value.selected,
selectable: props.selectable,
parent: node.value.isParent,
},
getClass.value,
],