eCollect / vue-swipe-actions

iOS style swipe actions
https://ecollect.github.io/vue-swipe-actions/
MIT License
232 stars 47 forks source link

add isActive $emit events #7

Closed simllll closed 5 years ago

simllll commented 6 years ago

This helps to detect if the component is currently using the "swipe"-gestures.

We are using this to prevent another swipe gesture to switch to another tab page.

nanov commented 5 years ago

Sorry for the long delay. Thank you for your valuable contribution.

I've just modified the event name ( isActive -> active ) and added the same event to the SwipeList component.

Landed in 1.0.9.

simllll commented 5 years ago

Nice, thanks a lot for your work!