robinvdvleuten / vuex-persistedstate

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

[Feature Request] can `paths` option support `function` and `Regex`? #442

Open lazy59 opened 2 years ago

lazy59 commented 2 years ago

In some cases, it's fussy to filter the state by using Array. Can I filter the state in other ways, such as a filter function or a regular expression?