79140264

Date: 2024-10-30 08:44:18
Score: 1
Natty:
Report link

Don't need to create the /plugins/persistedstate.ts file. just define '@pinia-plugin-persistedstate/nuxt' in nuxt.config.ts under modules

and then in pinia store file do :

persist: {
  storage: localStorage, // you can also choose sessionStorage
  pick: [
    "persisted state" //it should be inside ""
  ]
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mithri