-
Hi,
I'm using vuex-module-decorators for some basic user state management.
I have been trying to figure out how to get a vue component to react to the user profile being loaded in my store and t…
-
Replace e.g. `this.context.commit('resetState');` with `this.resetState()`
fen89 updated
4 years ago
-
In my Component tests, I want to mock/fake my Vuex `Store` and the `cache` property to make sure that my component is integrating with my actions correctly.
However because the `StoreCache` interfa…
-
### What problem does this feature solve?
#### Background:
It's hard to say TypeScript type definition development has been active in this repo. [Searching TypeScript tags](https://github.com/vuejs/…
-
-
## Search Terms
- spread types
- flatten types
## Suggestion
Allow known nested object types to be spread & merged.
If you have a type that meets the condition (or something similar) `T e…
-
Right now it's hard to maintain type safety with `Vuex` and `Typescript` because of the way the `$store` exposes actions and mutations through string-based `dispatch` and `commit`. At compile time the…
-
- [ x ] I have searched through existing issues
- [ x ] I have read through [docs](https://vuejs.github.io/vetur)
- [ x ] I have read [FAQ](https://github.com/vuejs/vetur/blob/master/docs/FAQ.md)
…
-
I followed you example (withModules) and app is not working at all in IE and Safari. I am getting error:
`Vuex handler functions must not be anonymous. Vuex needs a key by which it identifies a handl…
goors updated
4 years ago
-
```
yarn run improved-yarn-audit --min-severity high
yarn run v1.22.0
$ /~~~~~/node_modules/.bin/improved-yarn-audit --min-severity high
Minimum severity level to report: high
Running yarn audi…