vuex-persistedstate icon indicating copy to clipboard operation
vuex-persistedstate copied to clipboard

Can someone give an example on how to use it to persist nuxt auth module(https://auth.nuxtjs.org/) state?

Open yiyasha15 opened this issue 4 years ago • 1 comments

  • vuex-persistedstate version:
  • node version:
  • npm (or yarn) version:

Relevant code or config

What you did: used vuex-persistedstate to persist nuxt auth state. What happened: not working

Reproduction sandbox:

Problem description: what should be the path? why is the state not persisting

Suggested solution:

yiyasha15 avatar Dec 09 '20 19:12 yiyasha15

Why not use the module's default options? https://auth.nuxtjs.org/api/storage

robinvdvleuten avatar Dec 10 '20 09:12 robinvdvleuten