Key features of vuedraggable
mastervuedraggable provides a Vue component that synchronizes a view model array with a draggable HTML list. Key features include:
- Sortable.js Integration: Full support for touch devices, drag handles, selectable text, smart auto-scrolling, and drag-and-drop between different lists.
- No jQuery dependency.
- Data Synchronization: Automatically keeps the HTML list and your Vue view model list in sync.
- Vue 2 Compatibility: Compatible with Vue.js 2.0
transition-group. - Customization: Supports cancellation and event reporting. You can reuse existing UI library components (like Vuetify, Element, or Vue Material) by using the
tagandcomponentDataprops to make them draggable.