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

No way to configure the electron-store instance outside of changing the file name

Open AMalley opened this issue 3 years ago • 1 comments

When using createPersistedState there doesn't appear to pass any of the electron-store options along to the store instance. In createStorage it only provides the store instance a file name.

Would it be possible to also support the other options of electron-store?

AMalley avatar Jul 30 '20 17:07 AMalley

I've manually copied the code to do this. I can extend and submit a PR instead if people want it?

NoelDavies avatar Aug 16 '20 18:08 NoelDavies