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

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.19.1. Changelog Sourced from browserslist's changelog. 4.19.1 Fixed throwOnMissing types (by Øyvind Saltvik). 4.19 Added queries grammar definition (by Pig Fang). Added throwOnMissing option (by...

dependencies

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.4. Release notes Sourced from axios's releases. v0.21.4 0.21.4 (September 6, 2021) Fixes and Functionality: Fixing JSON transform when data is stringified. Providing backward compatibility...

dependencies

The current docs don't include information about installing Vuex through the Vue CLI. I couldn't find information on the Vue CLI docs about Vuex, so I figured I'd add it...

vuex4版本的 内置 Logger 插件的引用方式和注册方式按迁移文档和 vue3&vue Router4保持一致

`export default` has many bugs when mixed with `commonjs`, `vuex` use export default object in `vuex.cjs.js` which behavior is not like `vue-router-next`. It cause the below code cannot get correct...

Better intelligent prompt and TS checks and without affecting functions already supported by TS. + Enhance `state`, `getters` infinite hierarchical property hints, and support read-only checks. + Enhanced `commit`, `dispatch`...

This PR will include types from my [`vuex-strong`](https://github.com/kadet1090/vuex-typings) project into the core. For now I consider this pull request **work in progress** but it is quite feature complete and I...