vue-electron / vuex-electron

Integration of Vuex and Electron
MIT License
305 stars 97 forks source link

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

Open AMalley opened 4 years ago

AMalley commented 4 years ago

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?

NoelDavies commented 4 years ago

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