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

How it use with Subdomains? #396

Closed mrFANRA closed 3 years ago

mrFANRA commented 3 years ago

Hi! Thanks for you package!

How can I get one local storage for all my subdomains? Is it possible?

Bacca2095 commented 3 years ago

Yes it's possible, only you need is provide a key createPersistedState({ key: "subdomain_identifier" })

robinvdvleuten commented 3 years ago

Please ask questions on either StackOverflow or any Vuejs related forum. The issue tracker is for issues only.