Commit Graph

95 Commits

Author SHA1 Message Date
Petro Silenius
2e0e237071
docs: clarify nuxi start command usage (#23215) 2023-09-14 14:01:19 +01:00
Manthankumar Satani
aa2c5c3df4
docs: fix typo for experimental.componentIslands (#23138) 2023-09-12 07:29:44 +01:00
Maxim
a07b34a6ed
docs: add name param to PageMeta interface description (#23107) 2023-09-11 00:40:13 +01:00
Harlan Wilton
19145386e3
fix(nuxt): resolve head instance from Nuxt app (#22973) 2023-09-05 11:25:46 +01:00
Kekeocha Justin Chetachukwu
fe59e0d739
docs: accessing custom props for NuxtLayout (#22989) 2023-09-05 11:09:23 +01:00
xjccc
b27740cf50
docs: docs/3.api/3.utils/define-page-meta.md (#23006) 2023-09-05 10:04:48 +02:00
Daniel Roe
559a72370b
docs: update examples of dynamic pageKey (#22920) 2023-08-31 11:27:23 +01:00
Jongmin Yoon
6f7d86be78
fix(nuxt): recreate asyncData when immediate is disabled (#20980) 2023-08-24 13:06:29 +01:00
Jabin
e058a10525
docs: add additional type generics to useAsyncData (#22760) 2023-08-23 12:09:52 +01:00
eternalltruth
60c1eec047
docs: add additional type generics to useFetch docs (#22755)
Co-authored-by: 李杰 <ajay.li@feisu.com>
2023-08-23 08:46:44 +01:00
pooya parsa
a2f2a4748e
feat(nuxt): upgrade nitro + reduce node-specific usage (#22515)
Co-authored-by: Heb <xsh4k3@gmail.com>
2023-08-23 08:30:53 +01:00
Daniel Roe
98c17e5d46 docs: revert import.meta.* update until v3.7 release 2023-08-17 08:06:20 +02:00
Fares Djefaflia
2a2cb4fed3
docs: fix link to deployment page (#22618) 2023-08-13 22:35:33 +01:00
@beer
a4d1ee226a
docs: update api example for pick (#22531) 2023-08-08 10:59:35 +01:00
Jonas Thelemann
7dc7c80f74
docs: rephrase link to useSeoMeta parameters (#22513) 2023-08-07 23:10:53 +01:00
Lucas Vargas
ffd0223583
feat(vite,webpack): tree-shakable import.meta.* build flags (#22428) 2023-08-07 23:03:40 +01:00
Alexander Lichter
ed915edc3c
docs: add status type for useAsyncData (#22511) 2023-08-07 07:50:06 +01:00
Andrey Yolkin
172ca80c30
docs: fix typo in scrollToTop (#22503) 2023-08-06 19:31:22 +01:00
Estéban
02a50c8eb8
docs: update prerender documentation (#22471) 2023-08-03 17:04:30 +01:00
nobkd
f7e2b2bf6e
docs: escape ] in code-block filenames (#22389) 2023-08-03 12:05:29 +01:00
Julien Huang
586e1ba3ee
docs: document NuxtIsland (#22434) 2023-08-02 08:31:22 +01:00
Prashant Palikhe
2616aadda6
feat(nuxt): allow dynamic scrollToTop page meta (#21741) 2023-07-30 11:07:01 +01:00
Daniel Roe
fc10da37fb
docs: add example for accessing vite config programmatically (#18812)
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
2023-07-30 10:17:36 +01:00
Mahdi Shah Abbasian
bea6ed1d9c
docs: standardize indentation and tag positioning (#22157) 2023-07-18 11:31:45 +01:00
Eduardo San Martin Morote
c76d58051f
docs: use sfc syntax in example (#22073)
Co-authored-by: Sébastien Chopin <seb@nuxtlabs.com>
2023-07-10 16:48:57 +02:00
Jianqi Pan
b49e5f420c
docs: add more internal links (#22013) 2023-07-07 17:24:09 +01:00
Zakir Hossen
f4be14a38a
docs: fix accessing custom props from child pages (#21977) 2023-07-06 09:20:38 +01:00
Daniel Roe
13a8923613 docs: update more links to examples repo 2023-07-05 12:06:06 +02:00
Muhamad Jamil
02a6aecd4e
docs: update docs for <NuxtLoadingIndicator> (#21952) 2023-07-05 11:35:59 +02:00
vasek
f28ff76559
docs: add closing bracket (#21887) 2023-07-02 16:03:05 +01:00
Lucas Vargas
5f5b9dfe99
docs: update useFetch return values (#21852) 2023-06-29 10:16:43 +01:00
Daniel Roe
d4af237685
docs: update example links (#21811) 2023-06-27 12:27:11 +01:00
Daniel Roe
dd5dff37d5
fix(nuxt,schema): prefer unknown rather than any for signatures (#21700) 2023-06-22 14:14:21 +01:00
Miachel Brevard
4ac4dfda15
docs: add warning about redirect check (#20680) 2023-06-12 09:45:53 +01:00
Julien Huang
41d34ca67d
feat(nuxt): allow accessing NuxtLayout ref via layoutRef (#19465) 2023-06-10 23:17:14 +01:00
Julien Huang
319935fc95
feat(nuxt): allow accessing NuxtPage ref via pageRef (#19403) 2023-06-10 23:13:33 +01:00
Nicolas Payot
c884a95f0f
feat(nuxt): return status from useAsyncData (#21045) 2023-06-09 22:38:14 +01:00
Hebilicious
ee6869b1ba
feat(kit): addTypeTemplate helper with auto-registration (#21331) 2023-06-09 22:24:03 +01:00
Jongmin Yoon
31a1b98f3f
feat(nuxt): provide clearNuxtState composable (#21409) 2023-06-09 22:22:21 +01:00
Wilson Pinto
c4e5ac83bf
feat(nuxt): add open option in navigateTo helper (#21333) 2023-06-07 20:27:00 +01:00
Alexander B
a31899af65
feat(nuxt): sync useCookie state between tabs (#20970) 2023-06-06 23:21:51 +01:00
Anthony Fu
1a7aa1b043
docs: remove irregular spaces (#21380) 2023-06-05 16:03:06 +01:00
Andrew Luca
bec01c378a
docs: adjust env property to match runtimeConfig (#21265) 2023-05-30 17:30:58 +01:00
Hebilicious
2baea30f70
docs: distinguish between $fetch and fetch composables (#21228) 2023-05-30 11:05:41 +02:00
Julien Huang
e6dba41eb6
docs(api): add render:island hook (#21065) 2023-05-25 14:51:57 -05:00
Jongmin Yoon
da29ac0b7e
docs: sync useAsyncData and useFetch types (#20935) 2023-05-18 19:54:06 +01:00
Daniel Roe
891ba880e2 docs: remove warning around experimental.renderJsonPayloads 2023-05-18 11:47:01 +01:00
lemon
52da9d1b35
docs: fix typo (#20907) 2023-05-17 09:23:00 +01:00
Julien Huang
603e7e7fb1
feat(nuxt): allow keeping fallback for NuxtClientFallback (#20336) 2023-05-14 22:22:54 +01:00
Sébastien Chopin
6a052b583b
feat(nuxt): add useRequestURL helper (#20765) 2023-05-13 22:09:37 +01:00