Seb-L / pinia-plugin-persist

Persist pinia state data in sessionStorage or other storages.
https://Seb-L.github.io/pinia-plugin-persist/
MIT License
214 stars 37 forks source link

How to implement in Nuxt 3? #41

Open iamdagy opened 2 years ago

iamdagy commented 2 years ago

Hi,

How can this plugin be implemented in a Nuxt 3 project? and also what would be the way to use local Storage and cookies, or just localStorage? Would it be possible to add this to the documentation?

Thanks