Daniel Roe
|
eb12c7a845
|
fix(nuxt): support RouterView props in NuxtPage (#5272)
|
2022-06-03 16:01:46 +02:00 |
|
Julien Huang
|
4e53af3e99
|
fix(nuxt): fix router redirection on aliased pages (#4982)
|
2022-05-20 11:15:57 +02:00 |
|
Daniel Roe
|
46c656c4b8
|
fix(nuxt): check for 404s after user middleware (#4913)
|
2022-05-12 11:13:38 +02:00 |
|
Sébastien Chopin
|
9e5a3cdc6f
|
fix(nuxt): avoid redirect with different encoding and trailing slash (#4857)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2022-05-06 18:02:50 +02:00 |
|
Daniel Roe
|
b29f635646
|
fix(nuxt): normalise window location for universal router (#4841)
|
2022-05-06 13:02:35 +02:00 |
|
Daniel Roe
|
27d67360e4
|
fix(nuxt): clear errors after navigation (#4839)
|
2022-05-06 12:50:54 +02:00 |
|
pooya parsa
|
ebc27ce997
|
fix(nuxt): ensure url is not empty string (#4781)
|
2022-05-05 22:46:54 +02:00 |
|
Daniel Roe
|
f74a523f13
|
fix(nuxt): use router.resolve to resolve initial url (#4770)
|
2022-05-03 11:31:58 +02:00 |
|
Daniel Roe
|
4826918ed0
|
fix(nuxt): process middleware after plugins (#4645)
|
2022-05-02 12:00:08 +02:00 |
|
Daniel Roe
|
ab3971d302
|
fix(nuxt): use suspense for child pages on client-side navigation (#4677)
|
2022-04-29 11:37:49 +02:00 |
|
Daniel Roe
|
2bfd749c24
|
feat(pages)!: explicitly allow optional params with [[ (#4537)
|
2022-04-26 18:10:05 +02:00 |
|
Anthony Fu
|
46ecbc558d
|
fix(nuxt): await for router.push on ssr (#4491)
|
2022-04-22 17:37:52 +02:00 |
|
Daniel Roe
|
650d12fa9c
|
feat: allow disabling sourcemap generation (#4509)
|
2022-04-22 17:35:42 +02:00 |
|
Daniel Roe
|
d0ae5851e4
|
fix(nuxt): return 404 if hitting 404.vue (#4460)
* fix(nuxt): return 404 if hitting `404.vue`
* docs: add info about `pages/404.vue`
|
2022-04-20 16:24:08 +02:00 |
|
pooya parsa
|
4712e99411
|
refactor!: rename nuxt3 to nuxt (#4449)
|
2022-04-20 10:52:39 +02:00 |
|