Michael Olofinjana

Results 7 comments of Michael Olofinjana

Merged. Thanks 👍 https://github.com/michaelolof/vuex-class-component/pull/105 > I've implemented a fix, you can give it a try. If all will be fine I will open PR. > > https://github.com/sandronimus/vuex-class-component/tree/store-fix

@sandronimus Here https://www.npmjs.com/package/vuex-class-component/v/2.3.6 Thanks

So the goal of the `__internal_mutator__` and `__internal_getter__` is to act as a parent `mutator` or `getter` for the `state` when strict is set to false. Adding the field name...

Hello @asmadsen thanks for all your work thus far. Setters was the original idea. but the problem with setters is that their types are not predictable. From that example, assuming...

> Rather than relying of the difference being function assignment vs function declaration since it's not really clear why they do different thing I understand your concern on this. I...

So an update on this. I'm still very much interesting in fading out decorators from the API. Thus while th `@mutation` `@action` `@Module` `@getter` decorators will still be supported. I...

https://github.com/michaelolof/vuex-class-component/pull/17/commits/926f76e7551fe6cc9a75a3d4491acb6dbf4fecbc#diff-71140e89e90b8de9f9404d7dc33776aaL15 Hello the cast to InstanceType is intentional since this is what the proxies defer to. Thanks for the suggestion