phphe / vue-draggable-nested-tree

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

能不能和vue-draggable一样加一个拖入的目标树在钩子方法ondragend的参数中 #80

Closed lt125327422 closed 5 years ago

lt125327422 commented 5 years ago

因为业务要根据拖动的目标树来判断是否允许拖拽,drop事件可以获取到targetTree,但是不能根据return的值来判断是否进行拖拽,而且这个方法还在ondragend之后执行也不能通过设置全局变量的方式来传递

phphe commented 5 years ago

target tree: node._vm.store.dplh._vm.store 就是占位符所属的树

lt125327422 commented 5 years ago

真的非常感谢你!