How to specify a drag handler ?
sunchayn opened this issue · 2 comments
sunchayn commented
phphe commented
https://github.com/phphe/vue-draggable-nested-tree#tree-props
example: getTriggerEl(nodeVm){ return nodeVm.$el.querySelector('.drag-handler') }
sunchayn commented
Thanks for providing the example 👍 , I stumbled upon that method and it confused me as it's unconventional, it would be more helpful if the name was setTriggerEl().