Skip to main content

All Questions

0 votes
0 answers
754 views

jQuery UI Draggable & Droppable in Vue JS Component with Dynamic Data

I have a view component where I want to be able to drag certain elements (.draggable) onto other certain elements (.droppable) like this: I can set it up for static <div> elements in mounted() ...
Clifton Labrum's user avatar
1 vote
1 answer
2k views

Vue-draggable limit list to 1 element

Here I am trying to implement cloning an element from rankings list and put it in either of the two lists (list1 & list2). Everything seems to be working, I am able to drag and put but it looks ...
Romaldowoho's user avatar