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

Update vue-sortable.js

Open wormen opened this issue 9 years ago • 4 comments

update described in #10

wormen avatar Oct 07 '16 11:10 wormen

@wormen This PR works for making Sortable work with Vue 2.0.. any idea why the checks are failing?

jefflam avatar Oct 17 '16 03:10 jefflam

The checks fail because you can longer access the vm from the directive. That means that from the vm, you don't have a way to access the sortable instance, so all of the tests around assigning an ID fail.

I'm almost done a 2.0 compatible version which uses this inplementation for the directive, which can be used for simple situations, where you don't need to access the sortable instance from the vm. It will also include a sortable component that you may use when you need a more flexible implementation.

sagalbot avatar Oct 17 '16 15:10 sagalbot

Any closer to releasing the 2.0 compatible version, Sir? :-)

haugen86 avatar Nov 07 '16 12:11 haugen86

I understand @sagalbot is working on v2.0 compatible. Does that mean this pr would get resolved as part of that work ? If not, what can we do to move this PR forward ?

Thanks.

alan-andrade avatar Dec 07 '16 04:12 alan-andrade