vue-sortable icon indicating copy to clipboard operation
vue-sortable copied to clipboard

Update for Vue 2.0

Open ryanhightower opened this issue 8 years ago • 3 comments

  • Updated directive to more closely match the original using Vue 2.0
  • Updated karma.conf to properly use new Vue standalone compiler in tests
  • Updated tests to pass.

ryanhightower avatar Nov 23 '16 19:11 ryanhightower

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.

bradlis7 avatar Feb 18 '17 05:02 bradlis7

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

codewp avatar Oct 14 '17 15:10 codewp

Installing it via npm package.json

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

after adding it to dependencies run npm install.

codewp avatar Oct 14 '17 18:10 codewp