Skip to content

Commit 64fac12

Browse files
... or session storage (#1125)
Co-authored-by: Eduardo San Martin Morote <[email protected]>
1 parent 05ce46e commit 64fac12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/core-concepts/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pinia stores can be fully extended thanks to a low level API. Here is a list of
77
- Add new methods to stores
88
- Wrap existing methods
99
- Change or even cancel actions
10-
- Implement side effects like local storage
10+
- Implement side effects like [Local Storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)
1111
- Apply **only** to specific stores
1212

1313
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

Comments
 (0)