sagalbot / vue-sortable

A lightweight directive for reorderable drag-and-drop lists using RubaXa/Sortable
http://sagalbot.github.io/vue-sortable/
MIT License
722 stars 104 forks source link

Update for Vue 2.0 #20

Open ryanhightower opened 7 years ago

ryanhightower commented 7 years ago
bradlis7 commented 7 years ago

Worked for me. I'm not sure the difference between this and #17 though, but I saw this one first. I think the original project may be abandoned.

codewp commented 6 years ago

@sagalbot Please let us know why you did not merge any of PRs which are related to vue2 support?

codewp commented 6 years ago

Installing it via npm package.json

"dependencies": {
    "vue-sortable": "https://github.com/ryanhightower/vue-sortable#661cf284a6a531a45d4ad92fd592dce0301a3dba"
  },

after adding it to dependencies run npm install.