mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: fix typo (#25127)
This commit is contained in:
parent
f70daae966
commit
2b417356ba
@ -35,7 +35,7 @@ const { data } = await useFetch('/api/item')
|
|||||||
|
|
||||||
:read-more{to="/docs/getting-started/data-fetching"}
|
:read-more{to="/docs/getting-started/data-fetching"}
|
||||||
|
|
||||||
You can use `$fetch` for any method that are executed only on client-side.
|
You can use `$fetch` in any methods that are executed only on client-side.
|
||||||
|
|
||||||
```vue [pages/contact.vue]
|
```vue [pages/contact.vue]
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
Loading…
Reference in New Issue
Block a user