vue-electron / vuex-electron

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

'createPersistedState' add options 'cwd'? #82

Open wpbjiuy opened 2 years ago

wpbjiuy commented 2 years ago

createStorage() { return new Store({ name: this.options.storageName || STORAGE_NAME, cwd: this.options.cwd }) }