Commit Graph

190 Commits

Author SHA1 Message Date
Daniel Roe
b5e35e3bd7
docs: fix type checking of component testing blocks 2024-05-12 09:47:15 +01:00
Michael McAndrew
f465e4d7eb
docs: improve testing component examples (#27138) 2024-05-11 10:00:32 +01:00
Daniel Roe
76925a4477
docs: add migration/testing guide for nuxt 4 (#27128)
Co-authored-by: Damian Głowala <damian.glowala.rebkow@gmail.com>
2024-05-09 13:20:05 +01:00
David
76eb4eaf62
docs: improve data fetching wording and explanation (#27061) 2024-05-07 12:45:41 +01:00
Shizuku
ff27ac2be1
docs: change .eslintrc.js to eslint.config.js (#27020) 2024-05-01 14:13:03 +01:00
zer0fire
0e26964320
docs: preprocessors as dev deps to align with vue plugin (#27005) 2024-05-01 10:50:56 +01:00
Will Willems
ed79a1d4bf
docs: fix small typo (#26999) 2024-04-30 10:51:53 +01:00
Pothuraju
3890cd9647
docs: add link to one of @manniL's videos on layers (#26984) 2024-04-30 09:25:35 +01:00
Pooya Parsa
fdbfed1280
chore: fix small typos (#26907) 2024-04-23 13:53:11 +01:00
Daniel Roe
a60de743aa
docs: fix import of defineConfig 2024-04-19 17:54:31 +03:00
Babak Farkhoopak
506765e086
docs: fix code block formatting (#26859) 2024-04-19 17:32:00 +03:00
John Tanz
525124b107
docs: clarify purpose of play online section (#25978) 2024-04-19 17:26:18 +03:00
Alexandros Kazantzidis
0855ea7625
docs: add @vue/test-utils getting started guide (#26205) 2024-04-19 17:16:00 +03:00
Nate
ef1889f5e1
docs: advise correct extension for vitest config (#26845) 2024-04-18 23:31:47 +03:00
Mehdi
86226f45d4
docs: add sample app.vue (#26796) 2024-04-16 10:02:55 +02:00
Shao
f0a81b21b0
docs: remove misleading reference to useFetch (#26748) 2024-04-13 00:23:41 +02:00
RollingTL
f2c2a5b0f7
docs: remove step of installing deps in new nuxt project (#26676) 2024-04-06 15:59:26 +01:00
Damian Głowala
386be0b866
docs: replace process.* with import.meta.* (#26611) 2024-04-02 12:46:05 +01:00
Junaid Ahmed
670e2090bc
docs: adjust grammar (#26482) 2024-03-26 14:27:31 +00:00
Daniel Roe
f55f747984
docs: add missing end block 2024-03-19 10:43:38 +00:00
Daniel Roe
a258bfc347
docs: add info about dependencies to install 2024-03-19 10:39:03 +00:00
Daniel Roe
8e635fd233
docs: update information about playwright test runner 2024-03-19 10:34:34 +00:00
Daniel Roe
da8e8eba80
docs: add some appMiddleware docs 2024-03-16 18:40:57 -07:00
Daniel Roe
115298a447
docs: add docs about playwright runner support 2024-03-16 18:20:47 -07:00
Daniel Roe
24217a9920
docs: add example for clear 2024-03-16 18:07:34 -07:00
Damian Głowala
02d6838293
feat(nuxt): add clear utility to useAsyncData/useFetch (#26259) 2024-03-16 17:19:44 -07:00
Tanvir Rahman
5a387d5f0a
docs: improve section titles in error-handling docs (#26288) 2024-03-15 19:12:19 -07:00
Tanvir Rahman
e0ac145e9a
docs: add link to ofetch repo (#26284) 2024-03-15 13:18:58 -07:00
Tanvir Rahman
f21c24a112
docs: link to pinceau repo rather than website (#26286) 2024-03-15 13:18:13 -07:00
Tanvir Rahman
5804d397ad
docs: removed unused composable example (#26283) 2024-03-15 11:18:35 -07:00
Tanvir Rahman
1410756e3f
docs: split a sentence in two to improve readability (#26279) 2024-03-15 10:29:40 -07:00
Tanvir Rahman
0af28831c1
docs: use a more common word (#26276) 2024-03-15 08:25:55 -07:00
Martins
9b23f36d2a
docs: added modular architecture use case for Layers (#26240) 2024-03-14 14:59:36 +01:00
Daniel Roe
d6edb30c5a docs: update cssnano website url
https://github.com/cssnano/cssnano/pull/1578
2024-03-06 20:46:34 +00:00
Daniel Roe
1b2c55765e
chore: remove second twoslash prop too 🤔 2024-03-06 13:46:28 +00:00
Daniel Roe
0bf70bd7ad
docs: remove twoslash from code sample 2024-03-06 13:40:32 +00:00
təəna.vuə
cdc3c4b3d2
docs: add documentation for using layers with private repos (#26094) 2024-03-06 13:25:23 +00:00
Oumar Barry
280d30d5e1
fix(schema): disable typescript.shim in favour of volar (#26052) 2024-03-05 10:32:40 +00:00
Till Sanders
0591966080
docs: add domEnvironment option to testing example (#25972) 2024-02-27 09:12:44 +00:00
renovate[bot]
30695bdb48
chore(deps): update all non-major dependencies (main) (#25862)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-02-22 13:12:00 +00:00
Florent Delerue
7213b2ddac
docs: replace callout to new components (#25897) 2024-02-21 18:09:45 +01:00
Anthony Fu
f42045746f
docs: enable more blocks for twoslash (#25830) 2024-02-16 20:31:15 +00:00
Anthony Fu
3f882c95f6
ci: typecheck code samples in docs (#25777) 2024-02-15 10:07:39 +00:00
yoshihirokurosaki
4c735faac3
docs: add import statement for mountSuspended (#25783) 2024-02-14 10:04:28 +00:00
Mahdi Shah Abbasian
b40e9dc3c7
docs: <script setup> changed to <script setup lang="ts"> (#25750) 2024-02-13 12:50:38 +00:00
Naim Ahmed Shuvo
2dea0d3c80
docs: improve wording in seo docs (#25692) 2024-02-09 23:00:58 +00:00
Anthony Fu
3c271413f8
docs: enable twoslash for some code snippets (#25679) 2024-02-07 16:18:48 +00:00
Stephen Strange
e317349688
docs: add quotes to clarify what site title is in example (#25669) 2024-02-07 10:00:07 +00:00
Santiago Morales
be8f99cbbe
docs: fix typo in useAsyncData docs (#25644) 2024-02-05 20:25:42 +00:00
renovate[bot]
7d65769496
chore(deps): update all non-major dependencies (main) (#25342)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
2024-01-29 16:53:25 +00:00