vue-wait
vue-wait copied to clipboard
Complex Loader and Progress Management for Vue/Vuex and Nuxt Applications
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....
Hi there, When introducing the Vue 3 compatibility version on v1.5, you **increased the package size by two** due to the fact that you have two separate dist files (`vue-wait-next`...
# Step to reproduce Using `store.dispatch('wait/start', 'app loading', { root: true })` or `wait/end` on `router.beforeEach` in Vue TypeScript project. However, it is working fine on Vue with CommonJS project....
### Step to reproduce Using NPM v7 to install vue-wait v1.5.2 we have an error message about the unresolved dependency tree. ### Expected Behavior It should be worked without any...
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1. Release notes Sourced from nth-check's releases. v2.0.1 Fixes: Replace regex with hand-rolled parser for nth-expressions (#9) 9894c1d Ensures parsing will always have linear time...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
I think that in Readme should be present a section for using this plugin in typescript. To add the property "wait" to `new Vue({wait: new VueWait()})` you need to define...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
Is there a way to integrate this with vuex-module-decorators? mapWaitingActions won't work here since the action ist mapped in by `@Action`. Example taken from https://blog.logrocket.com/how-to-write-a-vue-js-app-completely-in-typescript/ but with modifications to make...