vuex icon indicating copy to clipboard operation
vuex copied to clipboard

🗃️ Centralized State Management for Vue.js.

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

You may have a reason to export cjs instead, but thought it would be worth exporting the compiled version that is using import/export.

`.map(key => ({ key, val: key }))` `.reduce((acc, cur)=> {acc.push({ key: cur, val: cur}); return acc}, [])` I'm not aware of the performance issues Is there a relatively big impact(reduce...

Add point to the **i.e** exclamation to add clarity to the text and re-open the previous pull request closed by @cuebit

This PR fixes the url path of Korean document from 'kr' to 'ko'. All languages are using language codes in url path, except Korean. The language code of Korean is...

## Why Jsfiddle application in the getting started section of the version `3.x` of vuex is not working because generic links are used which point to latest versions: `vue@4` and...

Add's support for accessing namespaced getters using the dot notation, the same way we do for the `state`. For example: `this.$store.getters.users.newUsers` Implements https://github.com/vuejs/vuex/issues/1258 ## Todo: - [x] Prefer root getter...

enhancement

### Version 6.0.0-beta.11 ### Browser and OS info MacOS catalina 10.15.4 (19E266) with google chrome Version 90.0.4430.212 (Official Build) (x86_64) ### Steps to reproduce I have to use console.log() as...

bug
4.x
devtools

This PR fixes typo (duplicate letters)

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

### What problem does this feature solve? Currently, we don't have `mapXXX` helpers equivalent feature when using Vuex 4 in composition api. It would be nice to have as both...

enhancement
4.x