1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-02 07:23:49 +00:00
Commit Graph

428 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
Alexander Lichter
de3b4084a5
docs(testing): fix async/await () 2022-06-20 18:53:45 +02:00
Anders Søgaard
d7e5777460
docs: fix link to nuxt/image issue () 2022-06-16 11:19:50 +01:00
Damian
11aa8bf739
docs: align value for defaulting the page's title with type declaration () 2022-06-15 14:03:58 +02:00
Thomas Jowsey
cd338f4537
docs: rewrite note wording ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-06-15 10:54:12 +01:00
pooya parsa
92c5a94d03
docs: update roadmap ()
* docs: update roadmap

* docs: small language tweaks

Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-06-13 17:03:15 +02:00
Daniel Roe
0f4fa5643f
fix(nuxt): ignore whitespace and commas within resolveComponent () 2022-06-12 23:22:15 +02:00
Maxim
75db90487f
docs: fix mdn links for 301 and 302 http status () 2022-06-11 14:09:48 +01:00
Zalexios
ba4f2f0d4f
docs: update plugin provide example () 2022-06-10 16:28:17 +02:00
Ash Go
1449e70541
docs: update cookie example with defineEventHandler () 2022-06-10 15:58:10 +02:00
Daniel Roe
f6bf4f7559
fix(nuxt): throw an error when using unknown route middleware () 2022-06-10 15:35:58 +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
Daniel Roe
00844405ab
docs: update keepalive key name () 2022-06-09 12:56:01 +02:00
Daniel Roe
4e2dc037aa
docs: add warning against layout as root element () 2022-06-08 21:53:39 +02:00
Xin Du (Clark)
139fc11c5a
refactor: fix typo and code improvements () 2022-06-08 21:49:11 +02:00
Nathan Chase
7c2f96e5c0
docs: fix typo in programmatic navigation ()
Co-authored-by: Damian <48835293+DamianGlowala@users.noreply.github.com>
2022-06-08 21:21:52 +02:00
Jeremy Graziani
59e54ee7a9
docs: fix typo in component migration guide () 2022-06-03 17:47:09 +02:00
Charlie Joseph
e6b48c2b20
docs: add documentation for titleTemplate ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-06-03 17:37:56 +02:00
Robbert van Mourik
d61864b1a9
docs(pages): add information for typing page metadata ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-06-03 17:35:48 +02:00
Maël Quéau
f71ef42d50
docs: small typo in the "catch-all route" description () 2022-06-03 15:53:30 +02:00
Josee
223adc9bc2
docs(guide): add use of NuxtLayout in app.vue with pages () 2022-06-01 00:34:41 +02:00
Anthony Fu
fca2ed7cc5
fix(nuxt): default statusCode of navigateTo from 301 to 302 ()
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-05-31 23:28:52 +02:00
webfansplz
2114a02293
docs(deploy): update default host for node preset () 2022-05-31 23:20:07 +02:00
Mishaa
a3332d9b19
docs: add --no-clear flag in the documentation of development server () 2022-05-30 14:37:41 +02:00
Ash Go
a0b89d5dfe
docs: typo () 2022-05-30 14:37:22 +02:00
Harlan Wilton
a2dd0f0147
docs(roadmap): nuxt content v2 release ()
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-05-25 08:32:44 +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
Charlie Joseph
32cb06b629
docs: fix nuxt app guide linking to a 404 page () 2022-05-24 16:09:48 +02:00
Udofia, Godwin
cad9ce4a6a
docs: update wording of client-side rendering explanation () 2022-05-20 11:10:28 +02:00
Alexander Lichter
557c40c97f
docs(middleware): add navigateTo options ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-05-20 11:09:41 +02:00
Damian
53ea540ac0
docs: minor improvements for the quick start section ()
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-05-20 11:07:17 +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
Daniel Roe
36ad29a67c
docs(data-fetching): add note about difference between useFetch and useAsyncData () 2022-05-20 10:59:45 +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
Salim Absi
ecc8c0adb9
docs(data-fetching): fix and improve example () 2022-05-06 13:12:59 +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
Jonty Brook
342ecb9737
docs: fix example runtime hook plugin syntax () 2022-05-06 10:48:10 +02:00
pooya parsa
a8d42d586f
v3.0.0-rc.2 () 2022-05-02 22:47:05 +02:00
zzxswl
82f959d91f
docs: make useFetch example consistent with others () 2022-05-02 10:47:48 +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
Daniel Roe
ff60e9f97c
docs: add note that .env is not read in production () 2022-04-29 20:09:12 +02:00
Maksim Nedoshev
d568081ca5
docs: fix incorrect function declaration in composables () 2022-04-29 20:07:43 +02:00
Florent Catiau-Tristant
e360e31413
docs: add notes about auto imports from composables/ directory () 2022-04-29 11:36:59 +02:00
Sreecharan
eef037d604
docs: fix typos () 2022-04-29 10:54:33 +02:00
Clément Ollivier
8424165258
docs(features): complete assets page ()
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Damian <48835293+DamianGlowala@users.noreply.github.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-04-27 18:21:32 +02:00
Sébastien Chopin
96b408ae58
docs(typescript): typos ()
Co-authored-by: Damian <48835293+DamianGlowala@users.noreply.github.com>
2022-04-27 12:36:25 +02:00
Tobias Diez
ee0b90bf36
docs(migration): update to use new runtimeConfig ()
Co-authored-by: Damian <48835293+DamianGlowala@users.noreply.github.com>
2022-04-27 11:05:08 +02:00