Daniel Roe
1a39eff502
docs: update migration guide for nuxt 3 ( #3819 )
...
Co-authored-by: Dan Pastori <dan@521dimensions.com>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2022-03-30 19:32:30 +02:00
pooya parsa
7e6c4e2d5b
fix(schema): fix RouterConfig types ( #3964 )
2022-03-30 10:17:46 +02:00
Árpád Illyés
cc543e9ac1
docs: use path
in example ( #3856 )
2022-03-23 11:38:36 +01:00
Daniel Roe
29078bba74
feat(nuxt3): support lazy and custom-resolved components ( #3814 )
2022-03-22 18:04:31 +01:00
Daniel Roe
acd22db576
docs: deprecate buildModules
in schema ( #3830 )
2022-03-22 12:33:30 +01:00
Daniel Roe
190fc67358
docs: add links to vue api for transitions + keepalive props ( #3812 )
2022-03-21 12:14:12 +01:00
pooya parsa
3f91d83a79
feat(schema): expose RouterOptions
and RouterConfigOptions
( #3713 )
2022-03-16 19:13:05 +01:00
Daniel Roe
6d2625925f
docs: use partial RouterOptions
interface ( #3711 )
2022-03-16 16:18:27 +01:00
Clément Ollivier
831ed1c994
docs: improve sentences writing ( #3702 )
2022-03-16 12:16:05 +01:00
Raja
f38cacec0f
feat(nuxt 3): support custom router options ( #3485 )
...
Co-authored-by: Raja Munisamy <raja.munisamy@carbar.com.au>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2022-03-15 17:57:41 +01:00
Sébastien Chopin
58a46f2270
docs(routing): improvements ( #3664 )
2022-03-15 10:59:27 +01:00
Daniel Roe
7bf338da8c
feat(nuxt3)!: enable using <NuxtLayout>
without pages integration ( #3610 )
2022-03-14 11:47:24 +01:00
Alexander Lichter
a55c7874e6
docs(server): add example for early spiking middleware ( #3564 )
2022-03-09 14:42:42 +01:00
YannicEl
02cc2b1461
docs: fix typo ( #3456 )
2022-03-01 09:14:23 +00:00
Daniel Roe
ad8027340e
docs: add .nuxtignore
docs ( #3440 )
...
* docs: add `.nuxtignore` docs
* docs: fix link syntax
* style: lint
* style: add lang
* Update 17.nuxtignore.md
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com>
2022-02-28 18:36:56 +00:00
Plat
ccce543c17
docs: remove await
in front of useQuery
in example ( #3407 )
2022-02-27 08:53:30 +00:00
Clément Ollivier
22c3e33c1e
docs: document auto-imports and avoid #app
and #imports
in examples ( #3296 )
2022-02-18 19:20:55 +01:00
Daniel Roe
b3e9cf6fd6
fix(nuxt3)!: key routes by interpolated path ( #2976 )
2022-02-07 12:32:04 +01:00
Daniel Roe
b91150d67c
docs: add keepalive
docs ( #3090 )
2022-02-07 11:17:28 +01:00
Daniel Roe
8fbdab8151
docs: update links to new vuejs.org site ( #3091 )
2022-02-07 11:16:45 +01:00
Daniel Roe
083f90b719
refactor: extract <NuxtLayout>
from <NuxtPage>
( #3011 )
2022-01-31 19:58:19 +01:00
Gareth Redfern
33f6c3ef74
docs: add missing </script>
tag ( #2990 )
2022-01-31 10:33:42 +00:00
pooya parsa
9ef94d19f7
docs: add advanced section for module authors ( #2950 )
2022-01-27 18:02:42 +01:00
Daniel Roe
944464781d
feat(nuxt3): make layout and other page meta reactive ( #2926 )
2022-01-26 12:56:24 +01:00
Daniel Roe
dccc0c9c6f
feat(nuxt3): add middleware via route meta ( #2858 )
2022-01-25 13:29:11 +01:00
Daniel Roe
29fa0c991b
feat(nuxt3)!: support layout transitions ( #2861 )
...
* feat(nuxt3): support layout transitions
* docs: update
2022-01-24 18:10:42 +01:00
Daniel Roe
83a959a67b
fix(nuxt3): allow customising page keys ( #2859 )
2022-01-24 11:35:28 +01:00
Daniel Roe
dfb4f9675b
docs: fix layout meta example ( #2835 )
2022-01-21 10:48:48 +01:00
Daniel Roe
b38e394dfe
fix(nuxt3): import top-level files and subdirectory indices ( #2774 )
2022-01-18 17:43:41 +01:00
carlcs
23b230b34b
docs: fix typo ( #2769 )
2022-01-18 17:36:29 +01:00
Daniel Roe
93ef422b5d
feat(nuxt3): add support for definePageMeta
macro ( #2678 )
2022-01-17 19:27:23 +01:00
gregg-cbs
1033a223ff
docs: add api req helpers example ( #2726 )
2022-01-17 11:56:12 +01:00
Anthony Fu
11becef735
refactor: update internal modules signature( #2610 )
2022-01-05 19:09:53 +01:00
Eckhardt (Kaizen) Dreyer
79a1b31e83
fix(docs): fix broken links in server section ( #2504 )
...
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-12-23 14:52:03 +01:00
Daniel Roe
639e49be27
refactor(nuxt3): rename <NuxtChild>
to <NuxtNestedPage>
( #2432 )
2021-12-20 11:37:58 +01:00
Raku Zeta
d98fe1207e
docs: fix example consistency ( #2451 )
2021-12-20 11:36:25 +01:00
Ben Hong
1b1fd203c5
docs: add composition api example for dynamic routes ( #2365 )
2021-12-17 10:31:28 +01:00
Calum Knott
87db67181f
docs: link to documentation in nuxt.config.js
( #2285 )
2021-12-06 11:28:17 +01:00
Damian
9efdf43eec
docs: improve various sections ( #2040 )
2021-11-21 13:31:44 +01:00
Umesh Ganapathy
446cec7234
docs: use slot component in components example ( #2027 )
2021-11-19 12:36:25 +01:00
Daniel Roe
4e9a27257b
feat(nuxt3): automatically inject returns from plugins ( #2001 )
...
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-11-18 14:11:34 +01:00
Anthony Fu
3e1239d8c7
docs: document <ClientOnly>
and <NuxtLink>
( #1856 )
2021-11-15 13:00:14 +01:00
Anthony Fu
e609f9f542
docs: improvements ( #1858 )
...
Co-authored-by: Daniel Roe <daniel@roe.dev>
Co-authored-by: pooya parsa <pyapar@gmail.com>
2021-11-11 14:58:08 +01:00
tramplay
d701238d27
docs: fix typo in composables ( #1836 )
2021-11-10 22:25:52 +01:00
fgiraud
673eccb575
docs: add missing kit import in components section ( #1682 )
2021-11-04 09:12:32 +01:00
Levi (Nguyễn Lương Huy)
4c17b92b66
chore(docs): add code format using markdownlint ( #1498 ) ( #1556 )
2021-10-29 13:26:01 +02:00
Daniel Roe
7d918e1457
refactor(nuxi): move nuxt.d.ts
within buildDir
( #1369 )
2021-10-23 00:33:22 +02:00
Josh Deltener
d5f2de7c43
docs: updated dynamic page to show an example url ( #1370 )
2021-10-22 18:02:53 +02:00
Josh Deltener
eaf0628f17
docs: minor grammar tweaks to the output page ( #1372 )
2021-10-22 18:02:05 +02:00
L.Rain
e72c46ef47
docs: fix typo in the composables example ( #1345 )
2021-10-22 12:17:09 +02:00