halower / vue-tree

tree and multi-select component based on Vue.js 2.0
https://github.com/halower/vue2-tree/blob/master/README.md
MIT License
934 stars 209 forks source link

是否有拖拽排序? #136

Open GHJayce opened 6 years ago

GHJayce commented 6 years ago

类似easyui插件tree的效果

halower commented 6 years ago

GHJayce commented 6 years ago

那应该怎么设置才能实现?文档里面似乎没有找到

halower commented 6 years ago

文档中有支持拖拽的属性和暴露事件

GHJayce commented 6 years ago

文档中有支持拖拽的属性和暴露事件

或许考虑为新功能,能够适用更多的使用场景:-)

CarlHsu commented 5 years ago

是否可以新增拖拽节点到当前的父节点后,将其置为最后一个子节点,来实现相同父节点下子节点的排序。目前这个操作并不触发事件。