docs: fix typo (#25127)

This commit is contained in:
Petar Nikolov 2024-01-10 10:58:30 +02:00 committed by GitHub
parent f70daae966
commit 2b417356ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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">