Commit Graph

40 Commits

Author SHA1 Message Date
Alexander Lichter
69860d952a
docs: add video links for more context (#27174) 2024-05-13 15:39:52 +01:00
David
76eb4eaf62
docs: improve data fetching wording and explanation (#27061) 2024-05-07 12:45:41 +01:00
Shao
f0a81b21b0
docs: remove misleading reference to useFetch (#26748) 2024-04-13 00:23:41 +02:00
Daniel Roe
24217a9920
docs: add example for clear 2024-03-16 18:07:34 -07:00
Damian Głowala
02d6838293
feat(nuxt): add clear utility to useAsyncData/useFetch (#26259) 2024-03-16 17:19:44 -07:00
Tanvir Rahman
e0ac145e9a
docs: add link to ofetch repo (#26284) 2024-03-15 13:18:58 -07:00
Florent Delerue
7213b2ddac
docs: replace callout to new components (#25897) 2024-02-21 18:09:45 +01:00
Anthony Fu
f42045746f
docs: enable more blocks for twoslash (#25830) 2024-02-16 20:31:15 +00:00
Mahdi Shah Abbasian
b40e9dc3c7
docs: <script setup> changed to <script setup lang="ts"> (#25750) 2024-02-13 12:50:38 +00:00
Santiago Morales
be8f99cbbe
docs: fix typo in useAsyncData docs (#25644) 2024-02-05 20:25:42 +00:00
Daniel Roe
73421483f6
fix(nuxt): improve return type of useRequestEvent (#25480) 2024-01-29 11:48:35 +00:00
Flowern
4145e1b3e4
docs: corrects variable name used in comment (#25238) 2024-01-16 23:17:46 +00:00
Bertil Johannes Ipsen
74824f93ec
docs: added immediate: false in the appropriate example (#25224) 2024-01-16 10:03:03 +00:00
Victor Akintunde
5d2ac28576
docs: update return for useFetch and useAsyncData #24407 (#24775) 2023-12-18 19:37:51 +01:00
Sébastien Chopin
6d50b4744b docs: improvements on data-fetching 2023-12-18 11:20:04 +01:00
Jamie Trip
3991a10adf
docs: add more info about custom serialize/revive (#24680) 2023-12-12 16:21:37 +00:00
Jeffrey GONZALES
4cf1d5b3bc
docs: fix typo (#23912) 2023-10-25 09:35:16 +09:00
Sébastien Chopin
f26a801775
docs: update to new website (#23743)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2023-10-18 12:59:43 +02:00
Italo
20853a89ac
docs: add section about computed url for data fetching (#23605) 2023-10-12 22:25:49 +01:00
Italo
6fcc979877
docs: improve data fetching section (#23420) 2023-09-27 15:33:08 +01:00
Arash
ff8a040055
docs: update link to devtools.nuxt.com (#23350) 2023-09-22 09:17:25 +02:00
Daniel Roe
fe29948feb docs: remove 'caching' section from data fetching 2023-09-06 10:31:54 +01:00
Michael
4fbc270be1
docs: clarify server: false doesn't await on initial load (#22619) 2023-08-13 22:35:04 +01:00
Mahdi Shah Abbasian
bea6ed1d9c
docs: standardize indentation and tag positioning (#22157) 2023-07-18 11:31:45 +01:00
Jianqi Pan
b49e5f420c
docs: add more internal links (#22013) 2023-07-07 17:24:09 +01:00
Daniel Roe
d4af237685
docs: update example links (#21811) 2023-06-27 12:27:11 +01:00
Hebilicious
2baea30f70
docs: distinguish between $fetch and fetch composables (#21228) 2023-05-30 11:05:41 +02:00
Jongmin Yoon
e864c018a9
docs: improve data fetching docs (#21197) 2023-05-28 10:35:28 -05:00
Clément Ollivier
200bc025c4
docs: rewrite data fetching section (#21031) 2023-05-25 16:38:55 -05:00
Daniel Roe
7e7e006e9b docs: add await before lazy composable examples 2023-05-10 23:34:20 +01:00
Daniel Roe
16bf228437
fix(nuxt): ensure useError is called with nuxt app context (#20585) 2023-05-01 23:55:24 +01:00
David Kurek
295473f924
docs: add a brief description of transform/pick (#20186) 2023-04-13 03:13:42 -07:00
Nolan
0443a283d9
docs: add import to server-side cookies example (#20197) 2023-04-11 05:41:44 -07:00
Daniel Roe
d6c3c2439a
feat(nuxt): support async transform of object properties (#20182) 2023-04-10 14:57:13 -07:00
Daniel Roe
cebfcb3dad docs: add protocol to superjson link 2023-03-20 13:40:25 +00:00
Mahdi Boomeri
7be41b9a6d
docs: add serialization section to data fetching (#19336) 2023-03-20 03:38:42 -07:00
Özüm Eldoğan
d04d598ceb
docs: avoid $fetch in top-level <script setup> (#19357) 2023-03-20 02:13:21 -07:00
华晨
6c4cf5cdcb
docs: remove unnecessary JSON.stringify() (#18590) 2023-01-28 07:14:46 -08:00
华晨
64b835c707
docs: use defineEventHandler() to avoid warnings (#18557)
Avoid the warning:

> [h3] Implicit event handler conversion is deprecated. Use `eventHandler()` or `fromNodeMiddleware()` to define event handlers.
2023-01-26 16:49:32 +01:00
Sébastien Chopin
3ec108493d
docs: simplify the docs directory (#18506)
* docs: simplify docs to only markdown

* Create nuxt-config.md

* chore: update

* chore: add readme
2023-01-25 10:41:41 +01:00