Skip to content

Commit

Permalink
docs(useStorage): fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Sep 22, 2022
1 parent f751979 commit 6529dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useStorage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ related: useLocalStorage, useSessionStorage, useStorageAsync
Reactive [LocalStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)/[SessionStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage)

::: tip
When using with Nuxt 3, this functions will **NOT** be auto imported in favor of Nitro's built-in [`useStorage()`](https://nitro.unjs.io/guide/storage.html). Use explicit import if you want to use the function from VueUse.
When using with Nuxt 3, this functions will **NOT** be auto imported in favor of Nitro's built-in [`useStorage()`](https://nitro.unjs.io/guide/introduction/storage). Use explicit import if you want to use the function from VueUse.
:::

## Usage
Expand Down

0 comments on commit 6529dea

Please sign in to comment.