phphe/vue-draggable-nested-tree

Drag erases data and doesn't allow for a second drag

ben-roth opened this issue · 2 comments

It's easier to explain in a video. I saw in another comment that maybe it's because I am using vue 2.6?

Here is the link to the video showing what happens.

https://youtu.be/eEb97m7cZ5Y

Any ideas on what might cause this?

I tried to use vuejs 2.5.22 and it's still does the same thing... It's a little better but overall it's still buggy.

fixed this, seems like it was an issue where i was passing a big object into my vue app and that broke this functionality. I fixed this by passing a stringified version of the object instead of the object itself