Commit Graph

114 Commits

Author SHA1 Message Date
Rio Weber
fe0b469ca9
docs: grammar fix (#6166) 2022-07-27 10:59:24 +02:00
Nur Muhammad
b751248627
docs: update link to the configuration (#6137) 2022-07-26 15:42:43 +02:00
David Tai
3a822c7177
refactor(nuxt): enhance useFetch and useLazyFetch request type (#4825)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-07-25 14:37:39 +02:00
Mitsuki Fukunaga
38158cf261
docs: add explicit createError import (#6050)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-22 09:55:54 +02:00
Daniel Roe
78618f1f21
feat(nuxt): improve error dx for users (#4539)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-21 16:29:03 +02:00
Anthony Fu
45c2a6118f
feat(nuxt)!: only scan top level composables/ and support glob (#6025)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-21 16:04:50 +02:00
Ennio Visconti
2e794e7a19
docs(runtime-config): clarify how environment variables are loaded (#5916)
Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-07-21 11:08:37 +02:00
Daniel Roe
d77b62d63e
docs: warn that useState should only contain JSON-serializable content (#5994)
Co-authored-by: pooya parsa <pyapar@gmail.com>
Co-authored-by: Damian Głowala <48835293+DamianGlowala@users.noreply.github.com>
Co-authored-by: Alwin Lohrie <46248939+niwla23@users.noreply.github.com>
2022-07-21 10:56:01 +02:00
Daniel Roe
edbe4fe799
feat(vite): check types with vue-tsc (#6012) 2022-07-20 17:15:27 +02:00
码农小余
8b6bb92d9f
docs(testing): add missing import (#5956) 2022-07-17 16:17:52 +02:00
pooya parsa
2e85cd0252
refactor(nuxt): add treeshakeClientOnly experimental flag (#5934)
* refactor(nuxt): add `treeshakeClientOnly` experimental flag

* test: enable flag for fixture
2022-07-17 15:13:04 +02:00
Daniel Roe
df04a665ce
perf(nuxt): tree-shake client-only components from ssr bundle (#5750)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-14 19:46:12 +02:00
Benicio Cardozo
433298f1e5
docs: add way to pass .env variables to nuxt app in production (#5879) 2022-07-14 16:03:58 +02:00
bot08
7725dece1b
docs: add read more link (#5893) 2022-07-14 15:59:29 +02:00
lm
a745be363b
docs: improve runtimeConfig example (#5785)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-07-13 19:03:02 +02:00
OptimusePrime
9f40d5c7d0
docs: fix typo (#5881) 2022-07-13 19:02:33 +02:00
AnPineau
18d2dd19d2
docs: fix typo (#5863) 2022-07-13 12:22:07 +02:00
Cupid Valentine
6322d35b3f
docs: add missing dot (#5815) 2022-07-11 10:46:20 +02:00
Krutie Patel
3d3445377d
docs(api): add anavigateTo docs (#5701)
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-07 20:48:10 +02:00
Clément Ollivier
58ca6c17f2
docs: add content directory to directory-structure (#5755)
Co-authored-by: Damian <48835293+DamianGlowala@users.noreply.github.com>
Co-authored-by: Pooya Parsa <pooya@pi0.io>
2022-07-07 20:27:34 +02:00
Mourad EL CADI
c88e1716ab
docs: useFetch uses isomorphic $fetch (#5769) 2022-07-07 19:03:46 +02:00
Paranoid
dd436eabae
docs(plugins): add directive example (#5667)
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-07-06 21:10:29 +02:00
Cupid Valentine
ff2b4d9fa4
docs: add full stop (#5680) 2022-07-01 11:01:14 +01:00
Cupid Valentine
0e3df24c8c
docs: update vuejs-development (#5679) 2022-07-01 11:19:45 +02:00
donatelloraphael
568fcaedfc
docs: clarify that definePageMeta only works in the pages directory (#5663)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-06-30 11:37:24 +02:00
Xanlantos
026903c5e7
docs: rework the layout section (#5118) 2022-06-27 14:08:19 +02:00
vasiliy
d2c3727c5f
docs: replace invalid link to composables (#5611) 2022-06-27 13:45:42 +02:00
Nestor Vera
c4f64faaf7
docs: minor wording improvements (#5622) 2022-06-27 13:44:27 +02:00
Alexander Lichter
de3b4084a5
docs(testing): fix async/await (#5539) 2022-06-20 18:53:45 +02:00
Damian
11aa8bf739
docs: align value for defaulting the page's title with type declaration (#5447) 2022-06-15 14:03:58 +02:00
Thomas Jowsey
cd338f4537
docs: rewrite note wording (#5462)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-06-15 10:54:12 +01:00
Daniel Roe
0f4fa5643f
fix(nuxt): ignore whitespace and commas within resolveComponent (#5428) 2022-06-12 23:22:15 +02:00
Maxim
75db90487f
docs: fix mdn links for 301 and 302 http status (#5416) 2022-06-11 14:09:48 +01:00
Zalexios
ba4f2f0d4f
docs: update plugin provide example (#5386) 2022-06-10 16:28:17 +02:00
Daniel Roe
f6bf4f7559
fix(nuxt): throw an error when using unknown route middleware (#5323) 2022-06-10 15:35:58 +02:00
Daniel Roe
4e2dc037aa
docs: add warning against layout as root element (#5345) 2022-06-08 21:53:39 +02:00
Xin Du (Clark)
139fc11c5a
refactor: fix typo and code improvements (#5344) 2022-06-08 21:49:11 +02:00
Nathan Chase
7c2f96e5c0
docs: fix typo in programmatic navigation (#5298)
Co-authored-by: Damian <48835293+DamianGlowala@users.noreply.github.com>
2022-06-08 21:21:52 +02:00
Charlie Joseph
e6b48c2b20
docs: add documentation for titleTemplate (#5093)
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 (#5270)
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 (#5273) 2022-06-03 15:53:30 +02:00
Josee
223adc9bc2
docs(guide): add use of NuxtLayout in app.vue with pages (#5225) 2022-06-01 00:34:41 +02:00
Anthony Fu
fca2ed7cc5
fix(nuxt): default statusCode of navigateTo from 301 to 302 (#5173)
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 (#5228) 2022-05-31 23:20:07 +02:00
Ash Go
a0b89d5dfe
docs: typo (#5187) 2022-05-30 14:37:22 +02:00
Charlie Joseph
32cb06b629
docs: fix nuxt app guide linking to a 404 page (#5122) 2022-05-24 16:09:48 +02:00
Udofia, Godwin
cad9ce4a6a
docs: update wording of client-side rendering explanation (#5049) 2022-05-20 11:10:28 +02:00
Alexander Lichter
557c40c97f
docs(middleware): add navigateTo options (#5044)
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-05-20 11:09:41 +02:00
Daniel Roe
36ad29a67c
docs(data-fetching): add note about difference between useFetch and useAsyncData (#4974) 2022-05-20 10:59:45 +02:00
Salim Absi
c0f0670ad7
docs: fix api examples (#4870) 2022-05-09 16:12:41 +02:00