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 05ce46e commit 64fac12Copy full SHA for 64fac12
packages/docs/core-concepts/plugins.md
@@ -7,7 +7,7 @@ Pinia stores can be fully extended thanks to a low level API. Here is a list of
7
- Add new methods to stores
8
- Wrap existing methods
9
- Change or even cancel actions
10
-- Implement side effects like local storage
+- Implement side effects like [Local Storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)
11
- Apply **only** to specific stores
12
13
Plugins are added to the pinia instance with `pinia.use()`. The simplest example is adding a static property to all stores by returning an object:
0 commit comments