0.0.4 • Published 6 months ago

@pinia/colada-plugin-debug v0.0.4

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

Debug plugin for Pinia Colada. This is mostly a playground for plugins, it logs out the queries and mutations but it's better to use devtools instead.

Installation

npm install @pinia/colada-plugin-debug

Usage

import { PiniaColadaDebug } from '@pinia/colada-plugin-debug'

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

License

MIT

0.0.3

8 months ago

0.0.2

12 months ago

0.0.4

6 months ago

0.0.1

1 year ago

0.0.0

1 year ago