We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a0228 commit d94be75Copy full SHA for d94be75
packages/docs/core-concepts/plugins.md
@@ -52,7 +52,7 @@ This function is then passed to `pinia` with `pinia.use()`:
52
pinia.use(myPiniaPlugin)
53
```
54
55
-Plugins are only applied to stores **created after `pinia` is passed to the app**, otherwise they won't be applied.
+Plugins are only applied to stores created **after the plugins themselves, and after `pinia` is passed to the app**, otherwise they won't be applied.
56
57
## Augmenting a Store
58
0 commit comments