Skip to content

Commit

Permalink
Update plugins/auto-refetch/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo San Martin Morote <[email protected]>
  • Loading branch information
ymansurozer and posva authored Nov 11, 2024
1 parent 9eb4e39 commit d446701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/auto-refetch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { PiniaColadaAutoRefetch } from '@pinia/colada-plugin-auto-refetch'
app.use(PiniaColada, {
// ...
plugins: [
PiniaColadaAutoRefetch(),
PiniaColadaAutoRefetch({ autoRefetch: true }), // enable globally
],
})
```
Expand Down

0 comments on commit d446701

Please sign in to comment.