In this lesson, we get to the really exciting part: adding drag and drop functionality with Vue Draggable! The draggable
component takes an array as it’s v-model
and renders draggable elements for each of the items in the array. Whenever the elements are dragged on the page, the array order updates accordingly.
Links