Skip to content

Commit

Permalink
docs: update url (#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
fyzhu committed Jul 6, 2022
1 parent a107776 commit 78a0af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useFetch/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const { isFetching, error, data } = useFetch(url)

### Asynchronous Usage
`useFetch` can also be awaited just like a normal fetch. Note that whenever a component is asynchronous, whatever component that uses
it must wrap the component in a `<Suspense>` tag. You can read more about the suspense api in the [Offical Vue 3 Docs](https://v3.vuejs.org/guide/migration/suspense.html)
it must wrap the component in a `<Suspense>` tag. You can read more about the suspense api in the [Offical Vue 3 Docs](https://vuejs.org/guide/built-ins/suspense.html)

```ts
import { useFetch } from '@vueuse/core'
Expand Down

0 comments on commit 78a0af6

Please sign in to comment.