-
I couldn't find anything on google, so is this conveniently possible? Basically the bummer for me is that I have to call `dispatch`/`commit` with a given identifier string to trigger something.
My…
-
When I try to extend module B from module A, I get state of A
```
@Module
class Collection extends VuexModule {
url = "/collection";
items = [];
}
@Module({ namespaced: true, name…
-
When using store-accessor from the doc in NuxtJS, `@Action` are working until other library is used as `@nuxtjs/auth-next` or `@nuxtjs/i18n` then error is :
```
Error: ERR_STORE_NOT_PROVIDED: To …
-
Heya.
First i'd like share that I love this tool so much.
So I'm trying to return a Promise on one of my action/mutation, and on the action itself i return the mutation result itself.
Linting…
-
hi, really interesting project, wondering if it's production ready?
- need to move off Vuex, too many problems
-
This is a new issue, one that I am not experiencing in other projects that are setup almost exactly the same. This problem also doesn't occur until I try and use `getModule()` from `App.vue`. **I am h…
-
After switching to an M1 Mac I get the following error.
I tried adding a resolution to version 0.1.28 in my package.json which did not help.
```
elias@localhost frontend % ./yarn install …
-
**Please post your use cases for decorators as an issue comment, and we'll see if we can document them in the cookbook**
Let's write a how-to guide about how to achieve various things with decorato…
-
When i call submitQuote() -> which calls the mutation setQuoteResult();
'this' is undefined.
But it works when i remove preserveState: true
any ideas?
```
import {
VuexModule, Module, M…
-
1. Use class-based components, not Vue's proprietary data shape that gets passed to Vue.extend. (at least for Vue 2)
2. For Vuex support (types on your action / mutation payloads), use https://gith…