vuex-electron icon indicating copy to clipboard operation
vuex-electron copied to clipboard

Integration of Vuex and Electron

Results 62 vuex-electron issues
Sort by recently updated
recently updated
newest added

I keep getting errors, `Uncaught Error: EBADF: bad file descriptor, close`, that point back to the `setState` function in PersistedState. I wonder if this happens when multiple mutations happen in...

## The problem I use this library in a project where i store a class in my state, kind of like this: ```javascript class MyCount { var count = 0...

If I use both `createPersistedState, createSharedMutations` I can call `store.dispatch('setAuthCode', query.code )` from my main process. If I remove createSharedMutations I can not. But using both, I can not update...

In `loadInitialState`, `getState()` was called with two inputs; however, those inputs are never used. I have removed those inputs.

Hello, I have add types definition. Thanks.

To properly cover `PersistedState` by 100% tests we need to find workaround how to use `new Storage` without running of Electron app.

help wanted
good first issue

To properly cover `SharedMutations` by tests we need to mock IPC communication of Electron.

help wanted
good first issue

![image](https://user-images.githubusercontent.com/29010550/204232630-dcd760ff-bf28-4f40-be87-ed2407703891.png) ![image](https://user-images.githubusercontent.com/29010550/204232679-e1d07a09-7f0d-4f50-9a57-a90101819b00.png)

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies