vuex icon indicating copy to clipboard operation
vuex copied to clipboard

🗃️ Centralized State Management for Vue.js.

Results 141 vuex issues
Sort by recently updated
recently updated
newest added

### Version 3.6.2 ### Reproduction link [codesandbox.io/s/umtsos](https://codesandbox.io/s/umtsos?file=/src/store/index.ts) ### Steps to reproduce 1. Look up the Union type of the 'path' argument (initModule method) 2. An error appears about the incompatibility...

### What problem does this feature solve? Is there any solution for quick low-/no-overhead databinding to something like a store object? Implemented? Library suicide pact? All this boilerplate code just...

### What problem does this feature solve? It does not have Vue Instance(this object) where we can be under a singular object like I am using casl to maintain level...

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 Changelog Sourced from prismjs's changelog. 1.27.0 (2022-02-17) New components UO Razor Script...

dependencies

### What problem does this feature solve? 重置模块state ### What does the proposed API look like? pinia的$reset()

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.2 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...

dependencies

### Version 4.0.0-rc.1 ### Reproduction link [https://github.com/musashiM82/register-module-in-before-create-page](https://github.com/musashiM82/register-module-in-before-create-page) ### Steps to reproduce * clone repo * execute `npm i && npm run serve` * open web app in browser * in...

bug
4.x

Documentation index file: link to old vuex docs https://v3.vuex.vuejs.org

### Version 4.0.2 ### Reproduction link [stackblitz.com](https://stackblitz.com/edit/vitejs-vite-ed1fl7?file=src%2Fcomponents%2FHelloWorld.vue&terminal=dev) ### Steps to reproduce 1. open the link to minimal reproduction. 2. open dev tools 3. wait for the server to start. 4....

### What problem does this feature solve? Referencing: https://github.com/vuejs/vuex/pull/457 The domain the `silent` option covered is larger than the vue-devtools vuex filter provides. - `silent` prevented commits from propagating to...