-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moving from a list to another #25
Comments
Dunno if it's useful but here's a fiddle: https://jsfiddle.net/vitobotta/1Lu8yja4/13/ For some reason the Vue Chrome extension doesn't work when I have JSFiddle open and the console seems to suggest that data doesn't get updated even when reordering within the same list. Not sure what I am missing.... |
Well, the current version doesn't work well with vuejs 2.0. I'm planning for a rewrite. |
Hi @Astray-git , thanks. I am trying to use Dragula directly now but I really look forward to a new version of this plugin! |
Please update for Vue2 ASAP Thanks!!! :) |
@vitobotta Please help porting to Vue2 ;) |
@kristianmandrup I wish I could but afraid my JS is not good enough for that :-/ |
@vitobotta I got it working here... #26 But suddenly it stopped working for me locally! |
Hi, I'm using this in a project and it's cool - thanks! I'm having a problem though when moving an item from a list to another where the drag and drop works fine, but the underlying Vue data is not updated accordingly. If I reorder items within the same list instead, the Vue data is updated automatically as I can see with the Chrome dev tools.
Any idea? Thanks in advance.
The text was updated successfully, but these errors were encountered: