holiber / sl-vue-tree

Customizable draggable tree component for Vue.js
https://holiber.github.io/sl-vue-tree/
MIT License
345 stars 78 forks source link

tree is not reflecting data properly #79

Open Fuzzyma opened 4 years ago

Fuzzyma commented 4 years ago

Changing e.g. the selection of a node is not reflected in the tree itself because it copies the node. Because of that single properties like isSelected loose their reactivity. My tree is bound to the store. But I cannot change the status of a leave by changing the store. I have to replace the whole node to make it work. That doesnt feel right somehow...