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 |
|
pooya parsa
|
a8cc233b2a
|
docs: fix typo
|
2021-10-22 12:11:37 +02:00 |
|
Levi (Nguyễn Lương Huy)
|
694e95b2b4
|
feat(nuxt3): support NuxtChild component (#1301) (#1312)
|
2021-10-21 21:16:52 +02:00 |
|
Dustin Newell
|
fe6f6f5868
|
docs: clarify composable default name inference (#1318)
|
2021-10-21 16:34:54 +02:00 |
|
Aaron Ransley
|
b91c8271e4
|
docs: add <script setup> usage for layouts (#1305)
|
2021-10-21 12:14:40 +02:00 |
|
Mykola Skrypets
|
1a41c8819b
|
docs: update vue plugin example (#1311)
|
2021-10-21 11:58:07 +02:00 |
|
Bibek Shrestha
|
d365a45eb1
|
docs(plugins): usage with vue plugins (#1129)
Co-authored-by: pooya parsa <pyapar@gmail.com>
|
2021-10-20 15:33:33 +02:00 |
|
Anthony Fu
|
550a9f2e12
|
feat: auto-import for composables (#1176)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-10-20 11:47:18 +02:00 |
|
Daniel Roe
|
0591350f5b
|
docs: add warning that pages need single root element (#1070)
|
2021-10-18 10:10:09 +02:00 |
|
Daniel Roe
|
91abb2bba0
|
docs: typo fixes (#1046)
|
2021-10-15 12:14:17 +02:00 |
|
Daniel Roe
|
6e787c20ec
|
docs: add nuxtApp and plugin docs (#1024)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
|
2021-10-14 19:31:30 +02:00 |
|
Daniel Roe
|
940f741aa4
|
docs: add docs for components/ discovery (#1037)
|
2021-10-14 17:21:54 +02:00 |
|
lustremedia
|
e11e8b05b1
|
docs: improve gitignore section (#1007)
Co-authored-by: Daniel Roe <daniel@roe.dev>
|
2021-10-14 15:19:06 +02:00 |
|
Daniel Roe
|
380fd66f67
|
docs: add some info on typescript usage (#1020)
|
2021-10-14 13:38:36 +02:00 |
|
Mohammad Ghonchesefidi
|
4bbca495d3
|
docs: update learn more for components dir (#930)
|
2021-10-13 22:09:40 +02:00 |
|
Mohammad Ghonchesefidi
|
fe1f90a34b
|
docs: add learn more for package.json (#932)
|
2021-10-13 14:08:30 +02:00 |
|
Matt Kane
|
b4709b9ca8
|
docs: fix broken links (#910)
|
2021-10-13 11:12:17 +02:00 |
|
Levi (Nguyễn Lương Huy)
|
0f7b252b3f
|
docs: add nuxt 2 note for public directory (#894)
|
2021-10-13 10:54:57 +02:00 |
|
Mikhail Novikov
|
645f8f9397
|
docs: remove lock files from gitignore (#826)
|
2021-10-12 20:53:22 +02:00 |
|
Daniel Roe
|
926062db3d
|
docs: update pages to explain catchall pattern (#789)
|
2021-10-12 17:40:52 +02:00 |
|
Emmanuel Salomon
|
e721fd4236
|
docs: fix typo (#778)
|
2021-10-12 16:58:28 +02:00 |
|
Pooya Parsa
|
559c3084f0
|
docs: hide modules from navigation [wip]
|
2021-10-12 16:57:34 +02:00 |
|