f / vue-wait

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

Allow for arrays in <v-wait> 'for' parameter #76

Closed honzabilek4 closed 5 years ago

honzabilek4 commented 5 years ago

Right now, the v-wait component doesn't support passing Array of strings. The component works correctly with arrays under the hood ($waitInstance.is() accepts arrays as well), but it throws the prop validation error in the console. Screenshot 2019-07-24 at 08 38 06