phphe / vue-draggable-nested-tree

Vue2 draggable tree component
https://hetree.phphe.com/
MIT License
344 stars 62 forks source link

update data does not update the tree view #103

Open scyuan opened 4 years ago

scyuan commented 4 years ago

question

when the 'treeData' was changed,but the tree has not change and it's just display blank。

expected

the 'treeData' change,the view change.

<DraggableTree
      class="catalog-tree"
      :data="treeData"
      crossTree
      :draggable="false"
      ref="draggabletree"
    >
...
</DraggableTree>
steeldimon commented 4 years ago

Thank you for your issues, i have same thing.

phphe commented 4 years ago

Thank for your use. I published he-tree-vue. vue-draggable-nested-tree will no longer be updated. try this https://he-tree-vue.phphe.com/