souphuhn

Results 5 issues of souphuhn

Hey everyone, I have a short question, if this is a correct way to trigger a mutation within an action: ``` export class MyModule extends VuexModule { myProp: string =...

Hello everyone, I have a fixed instance of my store module which I use in my Vue components and outside of Vue in some typescript files. Regarding unit tests I...

Hi everyone, I have a weird issue while unit testing my vue components and mocking the store and its modules. I try to explain you my environment and I hope...

### Describe the bug Hi, I have found a bug in the `RecycleScroller`. It is reproducible by my provided example. If I re-compute my items array in `` from e.g....

### Describe the bug Hi, I just figured out that my `` does not reactivley updates if I use _splice_ on my reactive **items** in order to add or remove...