1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-03 17:24:29 +00:00
Commit Graph

85 Commits

Author SHA1 Message Date
Yuki Inoue
1b6289f60f
docs(api): add watch parameter in useFetch options ()
Co-authored-by: 井上裕貴 <inoueyuki@inoueyukinoMacBook-Pro.local>
2022-06-22 12:41:34 +02:00
Ash Go
1449e70541
docs: update cookie example with defineEventHandler () 2022-06-10 15:58:10 +02:00
Krutie Patel
eedd30ed84
docs(api): add docs for useRouter composable ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-06-09 16:10:17 +02:00
Daniel Roe
775a904c77
docs(api): add useRequestEvent () 2022-06-09 13:07:28 +02:00
Xin Du (Clark)
139fc11c5a
refactor: fix typo and code improvements () 2022-06-08 21:49:11 +02:00
Mishaa
a3332d9b19
docs: add --no-clear flag in the documentation of development server () 2022-05-30 14:37:41 +02:00
L.Rain
7b3dc6ec5d
docs(api): add key option for useFetch ()
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-05-24 16:20:52 +02:00
Mish Ushakov
aace553f1a
docs(api): add experimental --prerender flag to nuxi build command ()
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-05-24 16:15:50 +02:00
Arthur
2a43cb4130
docs(api): improve useFetch docs for body type and additional ohmyfetch options ()
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-05-20 11:04:37 +02:00
Salim Absi
c0f0670ad7
docs: fix api examples () 2022-05-09 16:12:41 +02:00
pooya parsa
92847ed924
feat(nuxt, kit): add shortcuts to register custom server handlers () 2022-05-06 15:31:52 +02:00
Krutie Patel
2852ec4a2f
docs(api): composable use route ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Damian <48835293+DamianGlowala@users.noreply.github.com>
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-05-06 13:06:33 +02:00
Alex Liu
eb903bd66e
fix(nuxt3): improve error types for useAsyncData and useFetch ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-04-29 20:42:22 +02:00
Kevin LEVRON
e7bbf1693e
docs(api): fix useAsyncData example () 2022-04-25 11:31:25 +02:00
Conrawl Rogers
0c165bb03f
docs: update stackblitz links () 2022-04-22 10:35:49 +02:00
Ben
28cf9fed28
docs: remove duplicate entry for default option ()
delete the duplicated `default` parameter description.
2022-04-22 10:34:53 +02:00
Clément Ollivier
a3b523bca3
docs: update deployment section ()
Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-04-20 19:54:40 +02:00
pooya parsa
4712e99411
refactor!: rename nuxt3 to nuxt () 2022-04-20 10:52:39 +02:00
Lo
7557e55002
docs: fix defineNuxtLink property name () 2022-04-19 09:29:53 +02:00
Damian
513978e15b
docs: fix and improve multiple sections () 2022-04-16 15:53:36 +02:00
Daniel Roe
ea14a5c1c1
feat(vite,webpack): build/dev typechecking () 2022-04-15 17:28:42 +02:00
Clément Ollivier
f04704890d
docs(api): document lazy wrappers for data fetching () 2022-04-14 12:45:53 +02:00
Ada J
48d886c860
docs(api): document useError , useLazyAsyncData and useLazyFetch ()
* docs: add documents for use-error,use-lazy-async-data and use-lazy-fetch

* docs(API): document useError,useLazyAsyncData and useLazyFetch

Co-authored-by: xiaojie.jiang <xiaojie.jiang@dhc.com.cn>
2022-04-14 10:53:58 +02:00
Lo
d5e624ffc1
docs: fix clearError type and server route prefix () 2022-04-14 10:51:39 +02:00
Daniel Roe
ee93659147
feat(nuxt3): allow providing a ref as default value () 2022-04-13 19:41:41 +02:00
Clément Ollivier
a89d2f9c1a
docs(api): apply use-async-data page structure to use-fetch () 2022-04-13 19:14:03 +02:00
Ada J
2dadd4f0b3
docs: fix a typo and link () 2022-04-12 10:13:02 +02:00
Conner
9fc848567e
docs: improve documentation ()
Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Clément Ollivier <clement.o2p@gmail.com>
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
2022-04-11 23:00:43 +02:00
Clément Ollivier
e6471689d6
docs(api): add ts signature and js example to use-async-data ()
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2022-04-11 19:24:18 +02:00
Clément Ollivier
c98bea7d3c
docs: add links to examples () 2022-04-09 11:25:13 +02:00
Clément Ollivier
c7ff6d1740
chores(docs): prevent link rendering by Docus ()
Use back ticks to prevent Docus from rendering a link to Github based on `@` character
2022-04-07 16:02:54 +02:00
Clément Ollivier
f69a67472a
docs(api): add abortNavigation docs () 2022-04-07 15:46:30 +02:00
Clément Ollivier
6205fbe316
docs(api): specify nuxt-error-boundary events and slots () 2022-04-07 15:26:36 +02:00
Alex Liu
b7dc0931c4
feat(nuxt3): let useAsyncData() return value that error can defined type by generics () 2022-04-06 18:02:45 +02:00
Clément Ollivier
9a0fc57724
docs: update sitemap ()
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-06 07:56:08 +02:00