Universal Drag-and-Drop Component Supporting both Vue 3 and Vue 2
The vue-draggable-plus is a drag and drop sorting module designed to support Vue versions greater than or equal to v3 or Vue versions greater than or equal to 2.7. It addresses the issue of compatibility between Sortablejs and Vue3 components.
To install the vue-draggable-plus module, you can use npm or yarn:
npm install vue-draggable-plus
or
yarn add vue-draggable-plus
Vue-draggable-plus is a versatile drag and drop sorting module that provides solutions for implementing drag lists on any element, overcoming compatibility issues between Sortablejs and Vue3 components. With support for various usages, it offers flexibility in implementation and usage, making it a valuable tool for Vue developers.