vue-flip-toolkit icon indicating copy to clipboard operation
vue-flip-toolkit copied to clipboard

add support for event emit instead of flipKey

Open scratchmex opened this issue 4 years ago • 1 comments

Maybe add support to force a refresh when emiting certain event instead of the component watching for the flipKey prop. I think this is more suitable for complex scenarios like large list or various components. At first I got trouble understanding the flipKey and I said, why we don't just give it a boolean and flip the value when we want it to refresh it!? but then I realized it will be more readable to support some emit('refresh'). I will be happy to start working on a PR draft but I want to start a discussion as well.

scratchmex avatar Jan 14 '21 04:01 scratchmex

I don't think I understand the use case of this proposed imperative API.

Why can't you modify the value of flipKey to trigger an animation?

mattrothenberg avatar Jan 14 '21 12:01 mattrothenberg