@artmizu/pinia-plugin-persistedstate-nuxt-2
v2.4.4
Published
Configurable persistence and rehydration of Pinia stores.
Downloads
4
Readme
Pinia persisted state for Nuxt 2
This is a fork of the original plugin with minor changes that allow the plugin to work with Nuxt 2. The plugin's API has not changed.
The original plugin does not work with Nuxt 2 due to client hydration conflicts, you can explore my commits for more information.
Installation
Install package via a package manager:
# using npm
npm install @artmizu/pinia-plugin-persistedstate-nuxt-2
# using yarm
yarn add @artmizu/pinia-plugin-persistedstate-nuxt-2
# using pnpm
pnpm add @artmizu/pinia-plugin-persistedstate-nuxt-2