f / vue-wait

Complex Loader and Progress Management for Vue/Vuex and Nuxt Applications
MIT License
2k stars 101 forks source link

mapWaitingActions: ability to provide actions as array #51

Closed fxmaxvl closed 5 years ago

fxmaxvl commented 6 years ago

What about to map waiters with action`s names?

...mapWaitingActions('someModule', ['someAction1', 'someAction2']);

It could be useful in some cases

f commented 6 years ago

This sounds nice.

fxmaxvl commented 6 years ago

Do you mind if I make a PR?

f commented 6 years ago

This is GitHub, I'm here for someone to make a PR :)

f commented 5 years ago

55 closes