SortableJS / Vue.Draggable

Vue drag-and-drop component based on Sortable.js
https://sortablejs.github.io/Vue.Draggable/
MIT License
20.18k stars 2.9k forks source link

Is this project still alive? There is no update for some years #1215

Open kevinkwok326 opened 1 year ago

kevinkwok326 commented 1 year ago

We need to estimate the lifecycle

brainformatik commented 1 year ago

Doesn't really seem so, there might be a successor here: https://github.com/Alfred-Skyblue/vue-draggable-plus

More on this project in an issue of another version of a draggable project based on sortablejs for vue: https://github.com/SortableJS/vue.draggable.next/issues/216

There seem to be a lot projects out there for bringing SortableJS to Vue but lots of them look abandoned for years.

Heniker commented 1 year ago

There is also the option of useSortable from VueUse, which seems to work fine for my use-case.