0.0.3 • Published 6 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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.3

6 months ago

0.0.2

12 months ago

0.0.1

1 year ago

0.0.0

1 year ago