vue-wait icon indicating copy to clipboard operation
vue-wait copied to clipboard

Complex Loader and Progress Management for Vue/Vuex and Nuxt Applications

Results 45 vue-wait issues
Sort by recently updated
recently updated
newest added

When switching from webpack to vite I am getting the following error: `TypeError: VueWait is not a constructor` ``` new Vue({ router, wait: new VueWait() }).$mount('#app') ``` Anyone had this...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

When vue-wait initializes, Vue 3 shows a warning (browser console, console output in tests): ``` [Vue warn]: Component is missing template or render function. at ... ``` This PR fixes...

Hello, I am trying to use this in a early adoption of nuxt3. The `vue-wait/nuxt`-plugin does not work, so I tried to create my own plugin: ``` import { createVueWait...

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

After vue-cli 5 upgrade, we are getting an error in jest tests: ``` $ npm run test:unit -- tests/unit/test.spec.ts Component /.../frontend/node_modules/vue-wait/src/components/v-wait.vue uses lang html for template, however it is not...

Hi, after upgrading to Quasar 2 / Vue 3 / Vuex 4, I get `Error: [vue-wait] Vuex not initialized.` and wherever $wait is used in the app, I get `[Vue...

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies