he-tree
he-tree copied to clipboard
Issue on openNodeAndParents function
trafficstars
I am trying to open the parent and its children nodes using the code below.
this.$refs.tree.openNodeAndParents ( this.treeData[ 0 ].children[ 2 ].children[ 0 ].children[ 0 ].children[ 0 ] );
But it returns an error. stat not found.
Could anyone suggest the solution for this?
This node data is not in the tree. Or you can create a reproduce online.