Skip to content

Commit

Permalink
docs: add link to plugins projects on GH (#2681)
Browse files Browse the repository at this point in the history
* plugins.md: add link to plugins projects on GH

* Update packages/docs/core-concepts/plugins.md

---------

Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
  • Loading branch information
d9k and posva authored Jul 26, 2024
1 parent 4d44fe1 commit 6962e11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/docs/core-concepts/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,3 +452,7 @@ const myPlugin: Plugin = ({ $pinia }) => {
export default myPlugin
```

## Existing plugins

You can check existing [Pinia plugins on GitHub](https://github.com/topics/pinia-plugin) with the topic _pinia-plugin_.

0 comments on commit 6962e11

Please sign in to comment.