Xinxin

Results 157 comments of Xinxin
trafficstars

抱歉忘了回复你的issue. 给树加个ref, 通过this.$refs.tree去掉用

sorry for the late reply. check the source about drop event at https://github.com/phphe/vue-draggable-nested-tree/blob/master/src/components/DraggableTreeNode.vue#L61 the moving target is the drag placeholder on drag end. so target level: store.dplh._vm.level

Thanks. It may not affect the use.

If you add new circular structure property to node, the pure method will not be able to handle it. you can override pure method or code custom method refre source...

https://stackoverflow.com/a/50458090

```js export default { components: { DraggableTree: () => import('vue-draggable-nested-tree').then(m => m.DraggableTree), } } ```