Closed sunchayn closed 5 years ago
https://github.com/phphe/vue-draggable-nested-tree#tree-props example: getTriggerEl(nodeVm){ return nodeVm.$el.querySelector('.drag-handler') }
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()
.
Hey there, I'm wondering how to specify a element to be used as the drag handler ?
In case you don't understand what I meant, it basically would be something like this