]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: add link to plugins projects on GH (#2681)
authorDmitry <d9k@ya.ru>
Fri, 26 Jul 2024 09:30:10 +0000 (14:30 +0500)
committerGitHub <noreply@github.com>
Fri, 26 Jul 2024 09:30:10 +0000 (11:30 +0200)
* 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>
packages/docs/core-concepts/plugins.md

index 728e69da8194e18c4bb84068b1d7570a4673bdbb..f23a93a737052e78ada1adb338fe1d5a25b2d5b4 100644 (file)
@@ -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_.