Skip to main content

All Questions

Tagged with
0 votes
2 answers
1k views

How to remove element before and after the index in an array

I've got an array with arrays: [[], [0], []. [3], [], [6], []] Those elements are in a vue component using draggable JS. Draggable has 2 properties @start and @end. The will trigger whenever I drag ...
KFVV's user avatar
  • 115
0 votes
0 answers
289 views

Single Vue list with draggable components in two arrays

I wanted to see if I can get some guidance from the community on how I might be able to take on this approach and render the list properly. So here is what I'm attempting to do: Have one single list ...
user avatar