feat(core): add parent class name to parent nodes
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -183,6 +183,7 @@ const NodeWrapper = defineComponent({
|
||||
dragging: dragging?.value,
|
||||
selected: node.value.selected,
|
||||
selectable: props.selectable,
|
||||
parent: node.value.isParent,
|
||||
},
|
||||
getClass.value,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user