vue-dragging
vue-dragging copied to clipboard
您好,请问数组嵌套如何使用呢?
如题,数组嵌套如何使用呢? 例如:colors: [{ text: "Aquamarine", child:[ { text: "text1", }, { text: "text2", } ] }] 如何给child也加上拖拽排序呢?按照Demo加上v-dragging,触发了dragged跟dragend的,但是并没有排序,求楼主解答。
兄弟你这个解决了吗,我也遇到这种情况了
@Truety @15210614992 嵌套的例子我写了一个demo,因为源码有bug 所以我fork了一份 https://github.com/blesstosam/vue-dragging/blob/master/demo.html