vue-swipe-actions icon indicating copy to clipboard operation
vue-swipe-actions copied to clipboard

Could I use swipeout on the element rather than use swipelist for cycling on the list

Open alessandro-prencipe-private opened this issue 5 years ago • 1 comments
trafficstars

Sure, SwipeList is just a wrapper, the real work is done in SwipeOut.

https://github.com/eCollect/vue-swipe-actions/blob/master/src/components/SwipeList.js#L129 - would give you a direction.

nanov avatar Jul 22 '20 07:07 nanov