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

Without create additional Div

Open huangxuewu opened this issue 7 years ago • 3 comments

Is there anyway we can have without creating a div?

Im using css grid layout, this additional div will mess up the structure.

huangxuewu avatar Jul 27 '18 03:07 huangxuewu

Have you tried this https://alligator.io/vuejs/vue-abstract-components/?

wochap avatar Jul 27 '18 15:07 wochap

I'm not sure this package is compatible with elements arranged with css grid. Can you provide a fiddle with your situation?

Jexordexan avatar Jul 29 '18 17:07 Jexordexan

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.

huangxuewu avatar Aug 05 '18 06:08 huangxuewu