vuex icon indicating copy to clipboard operation
vuex copied to clipboard

🗃️ Centralized State Management for Vue.js.

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

### Version 2.6.14 ### Describe the bug I have an issue with vuex store. I downgraded my vuex version from 4 to 3 since I am currently in Vue 2....

i am using vuex 4.1.0 with vue 3. I clone it in my node_modules using this git clone https://github.com/vuejs/vuex.git node_modules/vuex cd node_modules/vuex yarn yarn build now when i run yarn...

### Version 3.0.1 ### Reproduction link [https://codepen.io/anon/pen/zajRgg?editors=1010](https://codepen.io/anon/pen/zajRgg?editors=1010) ### Steps to reproduce 1. `subscribe` a callback 2. `replaceState` with any object, and `subscribe` wouldn't be triggered ### What is expected? `subscribe`...

This line fixes known issue with declared types for vuex.

[feat(types): Update README.md NPM updates to the yarn]

fix wrong package.json exports field re-production: https://github.com/trim21/vuex-ts-bug

close https://github.com/vuejs/vuex/issues/2213

Hello Guys, I've got a "strange behavior" on nested properties. I receive from my api a nested object. ``` dossier: { property1: xxx, property2: xxx, property3: { nested1: xxx, nested2:...

As #1878 was fixed and merged