Commit Graph

1776 Commits

Author SHA1 Message Date
Erik Lilja
e6a9b3cc78
docs: add link to h3 blogpost (#29794) 2024-11-05 11:14:30 +00:00
Markus Oberlehner
ecbcb62ec5
docs: fix tip formatting (#29792) 2024-11-05 11:02:43 +00:00
@beer
54798540ef
docs: capitalize titles (#29768) 2024-11-04 12:49:14 +00:00
Damian Głowala
2aa4daab92
feat(nuxt): add useRuntimeHook composable (#29741) 2024-11-02 22:25:05 +00:00
Daniel Roe
edef832700
docs: add error expectation 2024-11-02 21:58:20 +00:00
Till Sanders
1ed9674680
docs: add information on --envName flag (#28909) 2024-11-02 21:41:09 +00:00
Nils
f788b0dfcc
feat(nuxt): allow chunk error or manifest update -> reload (#28160) 2024-11-02 21:28:04 +00:00
John Tanzer
a19391df43
docs: correct some errors about proxying headers with $fetch (#29755) 2024-11-02 21:11:47 +00:00
Cruz
7339ee5dd8
docs: type cast api plugin in custom usefetch example (#29756) 2024-11-02 09:43:57 +00:00
xjccc
5f330ad025
docs: add props to special metadata (#29708) 2024-11-02 09:41:15 +00:00
xjccc
a88dcff2aa
docs: update lifecycle hooks (#29678) 2024-10-25 09:55:05 +01:00
Taras Batenkov
20bcb8d835
docs: remove mockImplementation() call (#29669) 2024-10-24 15:32:23 +01:00
xjccc
d275b382ec
feat(nuxt): allow enabling route props in definePageMeta (#29586) 2024-10-22 13:57:16 +01:00
Bobbie Goede
eaeda4ee1e
feat(nuxt,schema): pages:resolved hook + scan meta post extend (#28861) 2024-10-22 13:32:46 +01:00
Panopoulos Andreas
49242b2500
docs: add example to navigateTo util (#29611) 2024-10-20 11:02:56 +01:00
Dawit
ea1574ae1a
docs: add section on 'updateAppConfig' in the 'app.config' page (#29397) 2024-10-12 21:31:58 +01:00
Ryota Watanabe
bb6b6e254d
docs: add a description for .env.test (#29398) 2024-10-12 21:31:29 +01:00
Jelmer
3f3d416769
feat(nuxt): add useResponseHeader composable (#27131) 2024-10-08 17:16:31 +01:00
Nishant Aanjaney Jalan
90025976f8
docs: improve explanation of ssr + data fetching (#29010) 2024-10-08 15:58:59 +01:00
Christoph Heike
8f89972de8
docs: mention upgrading third-party configs (#27768) 2024-10-08 15:36:21 +01:00
Sébastien Chopin
e7509bdf48
docs: update to new ofetch headers for interceptors (#29118) 2024-10-08 14:49:02 +01:00
Jeremy Graziani
768be722b0
docs: consistent directory structure (#29292) 2024-10-08 14:48:47 +01:00
Domenik Reitzner
243a481d8a
docs: ensure manifest code snippet works with pnpm (#29273) 2024-10-08 14:27:24 +01:00
Jeel Rupapara
280e5923ea
docs: add example of typing custom useFetch errors (#29253) 2024-10-08 14:16:51 +01:00
Leopold Kristjansson
8cc29f76e2
docs: add missing word (#29230) 2024-09-30 16:59:18 +01:00
Panopoulos Andreas
2f7345586e
docs: fix comments typo in auto-imports example (#29195) 2024-09-27 18:32:35 +01:00
Horváth Bálint
b309986568
docs: add links to short videos from daniel (#29185) 2024-09-27 18:32:09 +01:00
一纸忘忧
6bc6582930
docs: remove redundant newlines and indentations (#29190) 2024-09-27 09:35:05 +01:00
Julien Huang
9cb34dd49b
feat(nuxt): normalise component names to match nuxt pattern (#28745) 2024-09-25 13:32:00 +01:00
Joschua
ed7f946ab8
docs: remove specific Nuxt 4 release date (#29151) 2024-09-25 09:38:31 +01:00
Matej Černý
d970da6da5
docs: add a section about useRequestFetch and event.$fetch (#29099) 2024-09-21 11:39:54 +01:00
Matej Černý
00ad2b8233
docs: move custom directories note to the correct place (#29100) 2024-09-21 09:32:00 +01:00
Sébastien Chopin
effb57d3a3
docs: remove duotone icons for clarity (#29040) 2024-09-19 13:20:16 +01:00
Leopold Kristjansson
7071da8851
docs: fix typo (#29045) 2024-09-18 15:37:47 +02:00
Julien Huang
ee44ec7309
docs: use defineNuxtComponent instead of defineComponent (#29011) 2024-09-16 14:48:45 +02:00
Paulo Ricardo Severo
b267962a94
docs: remove confusing reference to 'SPA' (#28991) 2024-09-14 13:24:33 +01:00
Nishant Aanjaney Jalan
f4198d8ad9
docs: add clarity to useFetch parameter signature (#28993) 2024-09-14 13:23:06 +01:00
@beer
52b405b4e8
docs: fix typo (#28983) 2024-09-13 18:30:40 +01:00
@beer
a341e680fb
docs: capitalize text (#28972) 2024-09-13 12:43:07 +01:00
Liran Tal
762621eec0
docs: update useFetch troubleshooting section (#28918) 2024-09-10 17:25:47 +01:00
Daniel Roe
1fec546102
perf(nuxt): remove interop default for dynamic components (#28912) 2024-09-10 14:56:08 +01:00
Nishant Aanjaney Jalan
fcf023e611
docs: typo fixed missing closing angle bracket (#28880) 2024-09-08 01:58:45 +02:00
Osama Abdallah Essa Haikal
8e27051ab4
docs: add known limitations for app.config.ts (#28875) 2024-09-07 19:22:46 +02:00
Joaquín Sánchez
be2d3d5ad8
docs: include --frozen-lockfile when installing dependencies (#28794) 2024-09-03 09:42:26 +01:00
Heb
aea31b554a
docs: fix postcss codeblock typo (#28801) 2024-09-03 09:40:56 +01:00
Ismail Sabet
babcb28d0c
docs: add missing query returned value from useRoute() (#28743) 2024-08-28 21:09:35 +01:00
Max
717b026222
docs: updated line number for nuxt build-time hooks (#28746) 2024-08-28 21:01:17 +01:00
Daniel Roe
e367cc9c48
feat(nuxt): cache vue app build outputs (#28726) 2024-08-28 21:00:38 +01:00
@beer
87dca6a01d
docs: capitalize text (#28734) 2024-08-28 13:28:29 +01:00
Daniel Roe
d1c40328fe
docs: update broken/redirected links (#28739) 2024-08-28 13:28:14 +01:00