-
Notifications
You must be signed in to change notification settings - Fork 16
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
compile errors on dev-server #8
Comments
Yup, sounds like an upgrade issue. Thanks! |
Thanks! I developed it for Vue 2.1. Didn't test it for later versions. Please make PR with fixes :) |
@kristianmandrup I'm still pretty fresh at Vue, not quite comfortable enough yet with what I've done here to do a PR, I'm still noticing some issues on my local project where the elements do no stay where you put them when you release the mouse button. I'm in the process of trying to implement this into a datatable component from the https://github.com/andrewcourtice/vuetiful project and running into the same issue. I need to take a good read through the documentation to figure out what is what. I'm seeing the console talk about No matching model could be found for container and also the drake being undefined so I've got to sort through all that on my way. |
@caleywoods I will try to fix the demo now for Vue 2.2+ and let you know... |
@kristianmandrup Thank you. What I'm seeing locally with pulling the demo down and getting it to work is that trying to move elements around inside their own container will re-arrange the array but there seems to be an issue with it actually showing that move in the container itself, the item seems to return to its original position. This kind of "grows" as a problem because then when you grab the top most item and attempt to move it again you don't actually have ahold of the item that you think you do. I'll see if I can get video of this happening. It happens on both the demo app I pulled down and also on a clean project I set up and pulled |
I just pushed update of demo to vue 2.3.2. I can see there seems to be an issue as well with the timemachine. I was hoping some devs from the community would continue my work. Just needs some more love (and testing/debugging). Cheers! Thanks for sending a video. Feel free to attach it to the issue so others can see it as well and work from there... |
I'll check out the update: here's a link to the video where I show that for some reason the draggable divs do not update along with the model. I added numbers to the text items in |
You might also need to add |
@kristianmandrup I think you hit the nail on the head with the |
kristianmandrup/vue2-dragula#12 He added a note on using |
When doing a clean install, npm run start results in a few errors along the lines of:
Using [email protected] and [email protected], so this might be because of the updates in either of these packages. I have a PR in the make to fix this though :)
The text was updated successfully, but these errors were encountered: