We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8eb32 commit 4cc8a91Copy full SHA for 4cc8a91
src/components/Tree.vue
@@ -50,6 +50,7 @@
50
:data="node"
51
:getNode="getNode"
52
:noSiblingNodeMap="noSiblingNodeMap"
53
+ v-on="treeNodeListeners"
54
:class="getNodeClassName(node)"
55
:style="{
56
minHeight: `${nodeMinHeight}px`,
@@ -73,6 +74,7 @@
73
74
75
76
77
78
79
80
0 commit comments