0.0.1 • Published 9 months ago

@pinia/colada-plugin-cache-persister v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Persist the cache of Pinia Colada between page reloads.

Installation

npm install @pinia/colada-plugin-cache-persister

Usage

import { PiniaColadaCachePersister } from '@pinia/colada-plugin-cache-persister'

// Pass the plugin to Pinia Colada options
app.use(PiniaColada, {
  // ...
  plugins: [PiniaColadaCachePersister()],
})

License

MIT

0.0.1

9 months ago

0.0.0

9 months ago