rubystarashe / nuxt-vuex-localstorage

MIT License
161 stars 18 forks source link

Use across multiple projects with same module name causes sharing of state between all projects #41

Open simonhrogers opened 2 years ago

simonhrogers commented 2 years ago

Hi there,

Thanks so much for your work on this.

I expect I’m just missing something obvious; but when I use this plugin for two projects with a "checkout" module in both; the checkout initialised in one project is then received in the other. Is there any way I can get around this without clearing my browsing history every time I swap between them both?

Thanks,

Simon