Commit Graph

210 Commits

Author SHA1 Message Date
Enkot
034d1aaa6f
feat(nuxt): refreshCookie + experimental CookieStore support (#25198) 2024-01-29 10:37:32 +00:00
Damian Głowala
9eb0d21ad5
fix(nuxt): improve global/payload error type with NuxtError (#25398) 2024-01-28 20:50:53 +00:00
Julien Huang
ca060288e6
docs: warn that island client components don't support slots (#25454) 2024-01-27 22:12:42 +00:00
TroyanOlga
a1dc40efdf
docs: add fuller explanation in routeRules example of swr/isr (#25436) 2024-01-27 21:57:36 +00:00
Michael Brevard
c51272099f
docs: add explanation about layout usage in error.vue (#25396) 2024-01-23 16:12:59 +00:00
Michael Brevard
979ee466c1
docs: add separate docs page for error.vue (#25320) 2024-01-23 16:02:40 +00:00
Pooya Parsa
dab2188d58
feat: experimental client-side Node.js compatibility (#25028) 2024-01-18 16:09:27 +00:00
Dominic Marcelino
f3d81ef7d6
docs: explain how to auto-install git layer deps (#24250)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-01-18 15:33:22 +00:00
Daniel Roe
210a559350
feat(nuxt): add experimental sharedPrerenderData option (#24894) 2024-01-18 10:01:39 +00:00
Danila Rodichkin
6b651cf7bf
feat(nuxt): tryUseNuxtApp composable (#25031) 2024-01-18 09:59:59 +00:00
Александр Дьяконов
cb3cf2b76f
docs: deleted an extra character (#25248)
Co-authored-by: Damian Głowala <damian.glowala.rebkow@gmail.com>
2024-01-17 09:33:22 +00:00
Chris Visser
6823b8c793
docs: add eslint setup guide (#24976) 2024-01-16 12:13:18 +00:00
Maxime Pauvert
f1ea2690cc
docs: remove lagon from deployment providers (#24955) 2024-01-16 12:09:59 +00:00
Nils Wiesinger
4ab15c3a4b
docs: clarify reactivity in composables directory (#23731) 2024-01-16 11:36:53 +00:00
chris-basebone
f310dd1e2d
docs: mention .global.vue filename for global components (#25144) 2024-01-16 11:21:49 +00:00
Michael Brevard
a62f2ba3e3
docs: warn about ref unwrapping when providing refs from plugin (#25054) 2024-01-05 07:52:49 +00:00
Luke Nelson
b95163c7ca
docs: add callout for getValidatedRouterParams (#25057) 2024-01-05 07:42:03 +00:00
Alireza Jahandideh
7bd1ade096
docs: add an example of provide with object syntax plugins (#24993) 2024-01-02 22:02:42 +00:00
Luke Nelson
931f96cdce
docs: mention readValidatedBody and getValidatedQuery (#24990) 2024-01-01 22:05:43 +00:00
heygsc
d99001832f
docs: capitalise hash for vue-router docs link (#24948) 2023-12-29 08:44:58 +00:00
Soheil Nazari
155100edd7
docs: corrected json syntax in 7.esm.md (#24937) 2023-12-28 16:11:19 +01:00
Daniel Roe
f5676fba56 docs: switch features/future docs 2023-12-26 22:03:39 +00:00
Daniel Roe
32d2c99c5f
refactor(schema): introduce future and features namespace (#24880) 2023-12-25 14:03:29 +00:00
Isaac Qadri
14b95e0d4f
docs: add addComponentsDir example to modules author guide (#24876) 2023-12-23 14:22:13 +00:00
Julien Huang
1b93e604d3
feat(nuxt): allow client components within NuxtIsland (#22649) 2023-12-19 12:21:29 +00:00
Kekeocha Justin Chetachukwu
677a144d96
docs: setting middleware at build time (#23480) 2023-12-14 21:10:37 +00:00
Ewen Quimerc'h
16bd1eca1f
docs: highlight the possibility of middleware to return nothing (#24241) 2023-12-14 20:11:38 +00:00
Julien Huang
5877e11c89
feat(nuxt): allow plugins to specify dependencies (#24127) 2023-12-14 17:11:08 +00:00
Chris Bailey
1bf1edf66d
docs: fix grammar (#24737) 2023-12-14 11:06:40 +01:00
Sébastien Chopin
6f44e9470c docs: remove linking to nuxt-themes org 2023-12-08 10:39:24 +01:00
Alexander Lichter
64146b4a5d
docs: warn about using differently names env variables (#24612) 2023-12-05 17:47:37 +00:00
Julien Huang
0eb9caf0c2
fix(nuxt): remove experimental reactivityTransform (vue 3.4) (#24477) 2023-11-27 23:02:02 +00:00
Kostis Maninakis
36aee52011
docs: update code to show how to enable typedPages (#24436) 2023-11-23 20:48:06 +00:00
MaxMonteil
3f57de44da
docs: fix typo (#24395) 2023-11-21 20:36:22 +00:00
Clément Ollivier
7863981762
docs: fix typo (#24375) 2023-11-20 17:57:20 +00:00
Joe Hawes
c2b8adbb93
docs: minor wording & formatting tweaks (#24349) 2023-11-18 20:24:13 +00:00
Alexander Lichter
b2c0ded575
docs: update nuxi-edge to nuxi-nightly (#24347) 2023-11-16 21:51:00 +00:00
Daniel Roe
bdedc32071 docs: use @nuxt/kit-nightly in example 2023-11-16 21:50:40 +00:00
Sita
1b6f738fb8
docs: remove path for <ContentDoc> in example (#24244) 2023-11-16 14:42:42 +00:00
Joe Hawes
c9b7dcfc41
docs: typos and wording tweaks for guide section (#24323) 2023-11-16 14:23:59 +00:00
Nils Wiesinger
e95026f5bb
docs: add hint about app.config placement with custom srcDir (#24252) 2023-11-16 14:08:10 +00:00
Joe Hawes
41ad85ed6d
docs: update .gitignore in directory structure (#24338) 2023-11-16 14:06:30 +00:00
Julien Huang
5bed6b6ceb
docs: remove only (#24295) 2023-11-15 12:44:13 +00:00
56
8bff8136c1
docs: fix links to other auto-imports pages (#24269) 2023-11-13 16:02:53 +01:00
Alonge Akintomide
c62019e2cd
docs: correct spelling from "opiniated" to "opinionated" (#24248) 2023-11-13 08:30:36 +01:00
Daniel Roe
56147b4a86
docs: remove link to .nuxtrc in nuxt/starter 2023-11-08 16:49:52 +00:00
Fabian B
e5fccc0a30
docs: improve router docs on nuxt-injected options (#24126) 2023-11-06 09:35:05 +00:00
Vasilis Souvatzis
91ee969b1b
docs: fix typo (#24099) 2023-11-03 11:10:31 +01:00
NiJia Lin
69ddcc968d
docs: add a more helpful comment (#23999) 2023-10-31 13:56:47 +01:00
Jaap Roes
b7a18a5dc2
docs: fix small typo in nuxt.config.ts documentation (#23961) 2023-10-27 01:00:51 +09:00