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

Do not allow drag and drop in some cases #51

Closed vutrongdong closed 5 years ago

vutrongdong commented 5 years ago

In some cases I don't want to drag drop. Is there any way to solve this problem? Please support me

holiber commented 5 years ago

Try this solution https://github.com/holiber/sl-vue-tree/issues/12

vutrongdong commented 5 years ago

thank you