f / vue-wait

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

wait.is of arrays fails when there's an * (for matcher) in one of the strings #47

Open D3m1urg0 opened 6 years ago

D3m1urg0 commented 6 years ago

i've tryed to link a loader to

$wait.is(['routing', 'fetch detail*', 'set status', 'fetch dashboard*'])

but all the fetch details (es. 'fetch detail documents' or 'fetch detail user') and all the dashboards fails to show the loader