Skip to content

Commit

Permalink
refactor: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Kruglov committed May 20, 2024
1 parent 93266c9 commit 83c37a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,16 @@ Install the plugins for the features you need:

```js
import { createPinia } from 'pinia'
import { QueryPlugin } from '@pinia/colada'
import { MutationPlugin, QueryPlugin } from '@pinia/colada'

app.use(createPinia())
// install after pinia
app.use(QueryPlugin, {
// optional options
})
app.use(MutationPlugin, {
// optional options
})
```

## Usage
Expand Down

0 comments on commit 83c37a2

Please sign in to comment.