SortableJS / vue.draggable.next

Vue 3 compatible drag-and-drop component based on Sortable.js
https://sortablejs.github.io/vue.draggable.next/#/simple
MIT License
3.91k stars 531 forks source link

Make latest tag in npm registry point to the latest version #199

Open Ph0tonic opened 1 year ago

Ph0tonic commented 1 year ago

Hi,

I use yarn as my package manager and it relies on tags to identify the latest version when updating the version. Therefore it recommends using an older version.

However, the latest tag in the npm registry points to the latest version for the vue 2 version (2.x).

I think it would be nice to change this setting to point to the latest version (4.x) as vue 3 is now well-established.

Best,

zhiyuanzmj commented 1 year ago

You can use https://github.com/xlzy520/vuedraggable-es instead