Michael Pacheco

Results 30 comments of Michael Pacheco

Unfortunately no :/

Yes, @dioncodes, i'm currently using this approach until someone help us. But it's very anoying doing this every time

Same problem here: ``` Python 3.9.13 aiohttp 3.8.1 aioresponses 0.7.3 pytest 7.1.2 ```

`[vuex] unknown local mutation type: signIn, global type: signin/signIn` ```ts // ~/store/signin.ts import { Action, Module, Mutation, VuexModule } from 'vuex-module-decorators' export const namespace = 'signin' export interface SignInFormFields {...

@bangjelkoski I have used this approach in static modules without any issues

I also ask myself the same question every time and seems no one could explain why the examples are using the latter approach. Maybe this is a "bug" that works?...

@championswimmer could you provide some explanation here?

@bdockbockd just call your mutations from your actions like normal method calls

Hi @jfdoolster! Try to make the action an async function.

And make sure your store is being initialized before your modules