robinvdvleuten / vuex-persistedstate

💾 Persist and rehydrate your Vuex state between page reloads.
https://npm.im/vuex-persistedstate
MIT License
5.77k stars 379 forks source link

[bug] storage and key parameters #258

Closed WTDuck closed 4 years ago

WTDuck commented 4 years ago

PR: storage and key parameters

Issue: https://github.com/robinvdvleuten/vuex-persistedstate/issues/257

Those parameters are no longer mandatory and are now working

robinvdvleuten commented 4 years ago

@WTDuck Thank you for reporting and fixing the bug!