Skip to content

Commit

Permalink
docs: fix link (#1989)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Jul 25, 2022
1 parent 1980772 commit e71cbd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/useLocalStorage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/

## Usage

Please refer to `useStorage`
Please refer to `useStorage`.
2 changes: 1 addition & 1 deletion packages/core/useSessionStorage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Reactive [SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Windo

## Usage

Please refer to `useStorage`
Please refer to `useStorage`.
2 changes: 2 additions & 0 deletions packages/core/useStorageAsync/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ category: State

Reactive Storage in with async support.

## Usage

Please refer to `useStorage`.

0 comments on commit e71cbd3

Please sign in to comment.