vue-slicksort
vue-slicksort copied to clipboard
Without create additional Div
Is there anyway we can have
Im using css grid layout, this additional div will mess up the structure.
Have you tried this https://alligator.io/vuejs/vue-abstract-components/?
I'm not sure this package is compatible with elements arranged with css grid. Can you provide a fiddle with your situation?
here you go: http://jsfiddle.net/j128kgyu/2/
my idea is to be able to move around the span numbers. in the example above i want to use vue-slicksort to move 1 to 3 slot but the large div remain in it's position.