[Vuejs]-Grab array IDs after each change on vue draggable

0👍

You can use map function in an array to get all the id at once in the array

You can see https://www.w3schools.com/jsref/jsref_map.asp for more info

Leave a comment