@nuxt/docs-nightly 4.2.2-29381683.af492e0e → 4.2.2-29381721.51356a46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (183) hide show
  1. package/{2.guide/1.directory-structure → 2.directory-structure}/1.content.md +1 -1
  2. package/2.directory-structure/index.md +61 -0
  3. package/{2.guide → 3.guide}/0.index.md +4 -7
  4. package/{2.guide/3.going-further → 3.guide/4.going-further}/7.layers.md +1 -1
  5. package/{3.api → 4.api}/1.components/12.nuxt-route-announcer.md +0 -2
  6. package/{3.api → 4.api}/1.components/13.nuxt-time.md +0 -2
  7. package/{3.api → 4.api}/2.composables/use-route-announcer.md +0 -2
  8. package/{3.api → 4.api}/3.utils/call-once.md +0 -2
  9. package/{3.api → 4.api}/3.utils/refresh-cookie.md +0 -2
  10. package/package.json +1 -1
  11. /package/{2.guide/1.directory-structure → 2.directory-structure}/.navigation.yml +0 -0
  12. /package/{2.guide/1.directory-structure → 2.directory-structure}/0.nuxt.md +0 -0
  13. /package/{2.guide/1.directory-structure → 2.directory-structure}/0.output.md +0 -0
  14. /package/{2.guide/1.directory-structure → 2.directory-structure}/1.app/.navigation.yml +0 -0
  15. /package/{2.guide/1.directory-structure → 2.directory-structure}/1.app/1.assets.md +0 -0
  16. /package/{2.guide/1.directory-structure → 2.directory-structure}/1.app/1.components.md +0 -0
  17. /package/{2.guide/1.directory-structure → 2.directory-structure}/1.app/1.composables.md +0 -0
  18. /package/{2.guide/1.directory-structure → 2.directory-structure}/1.app/1.layouts.md +0 -0
  19. /package/{2.guide/1.directory-structure → 2.directory-structure}/1.app/1.middleware.md +0 -0
  20. /package/{2.guide/1.directory-structure → 2.directory-structure}/1.app/1.pages.md +0 -0
  21. /package/{2.guide/1.directory-structure → 2.directory-structure}/1.app/1.plugins.md +0 -0
  22. /package/{2.guide/1.directory-structure → 2.directory-structure}/1.app/1.utils.md +0 -0
  23. /package/{2.guide/1.directory-structure → 2.directory-structure}/1.app/3.app-config.md +0 -0
  24. /package/{2.guide/1.directory-structure → 2.directory-structure}/1.app/3.app.md +0 -0
  25. /package/{2.guide/1.directory-structure → 2.directory-structure}/1.app/3.error.md +0 -0
  26. /package/{2.guide/1.directory-structure → 2.directory-structure}/1.modules.md +0 -0
  27. /package/{2.guide/1.directory-structure → 2.directory-structure}/1.node_modules.md +0 -0
  28. /package/{2.guide/1.directory-structure → 2.directory-structure}/1.public.md +0 -0
  29. /package/{2.guide/1.directory-structure → 2.directory-structure}/1.server.md +0 -0
  30. /package/{2.guide/1.directory-structure → 2.directory-structure}/1.shared.md +0 -0
  31. /package/{2.guide/1.directory-structure → 2.directory-structure}/2.env.md +0 -0
  32. /package/{2.guide/1.directory-structure → 2.directory-structure}/2.gitignore.md +0 -0
  33. /package/{2.guide/1.directory-structure → 2.directory-structure}/2.nuxtignore.md +0 -0
  34. /package/{2.guide/1.directory-structure → 2.directory-structure}/2.nuxtrc.md +0 -0
  35. /package/{2.guide/1.directory-structure → 2.directory-structure}/3.nuxt-config.md +0 -0
  36. /package/{2.guide/1.directory-structure → 2.directory-structure}/3.package.md +0 -0
  37. /package/{2.guide/1.directory-structure → 2.directory-structure}/3.tsconfig.md +0 -0
  38. /package/{2.guide → 3.guide}/.navigation.yml +0 -0
  39. /package/{2.guide/2.concepts → 3.guide/1.concepts}/.navigation.yml +0 -0
  40. /package/{2.guide/2.concepts → 3.guide/1.concepts}/1.auto-imports.md +0 -0
  41. /package/{2.guide/2.concepts → 3.guide/1.concepts}/10.nuxt-lifecycle.md +0 -0
  42. /package/{2.guide/2.concepts → 3.guide/1.concepts}/2.vuejs-development.md +0 -0
  43. /package/{2.guide/2.concepts → 3.guide/1.concepts}/3.rendering.md +0 -0
  44. /package/{2.guide/2.concepts → 3.guide/1.concepts}/4.server-engine.md +0 -0
  45. /package/{2.guide/2.concepts → 3.guide/1.concepts}/5.modules.md +0 -0
  46. /package/{2.guide/2.concepts → 3.guide/1.concepts}/7.esm.md +0 -0
  47. /package/{2.guide/2.concepts → 3.guide/1.concepts}/8.typescript.md +0 -0
  48. /package/{2.guide/2.concepts → 3.guide/1.concepts}/9.code-style.md +0 -0
  49. /package/{2.guide/5.best-practices → 3.guide/2.best-practices}/.navigation.yml +0 -0
  50. /package/{2.guide/5.best-practices → 3.guide/2.best-practices}/hydration.md +0 -0
  51. /package/{2.guide/5.best-practices → 3.guide/2.best-practices}/performance.md +0 -0
  52. /package/{2.guide/5.best-practices → 3.guide/2.best-practices}/plugins.md +0 -0
  53. /package/{2.guide/4.recipes → 3.guide/3.recipes}/.navigation.yml +0 -0
  54. /package/{2.guide/4.recipes → 3.guide/3.recipes}/1.custom-routing.md +0 -0
  55. /package/{2.guide/4.recipes → 3.guide/3.recipes}/2.vite-plugin.md +0 -0
  56. /package/{2.guide/4.recipes → 3.guide/3.recipes}/3.custom-usefetch.md +0 -0
  57. /package/{2.guide/4.recipes → 3.guide/3.recipes}/4.sessions-and-authentication.md +0 -0
  58. /package/{2.guide/3.going-further → 3.guide/4.going-further}/.navigation.yml +0 -0
  59. /package/{2.guide/3.going-further → 3.guide/4.going-further}/1.events.md +0 -0
  60. /package/{2.guide/3.going-further → 3.guide/4.going-further}/1.experimental-features.md +0 -0
  61. /package/{2.guide/3.going-further → 3.guide/4.going-further}/1.features.md +0 -0
  62. /package/{2.guide/3.going-further → 3.guide/4.going-further}/1.internals.md +0 -0
  63. /package/{2.guide/3.going-further → 3.guide/4.going-further}/10.runtime-config.md +0 -0
  64. /package/{2.guide/3.going-further → 3.guide/4.going-further}/11.nightly-release-channel.md +0 -0
  65. /package/{2.guide/3.going-further → 3.guide/4.going-further}/2.hooks.md +0 -0
  66. /package/{2.guide/3.going-further → 3.guide/4.going-further}/3.modules.md +0 -0
  67. /package/{2.guide/3.going-further → 3.guide/4.going-further}/4.kit.md +0 -0
  68. /package/{2.guide/3.going-further → 3.guide/4.going-further}/6.nuxt-app.md +0 -0
  69. /package/{2.guide/3.going-further → 3.guide/4.going-further}/9.debugging.md +0 -0
  70. /package/{2.guide/3.going-further → 3.guide/4.going-further}/index.md +0 -0
  71. /package/{3.api → 4.api}/.navigation.yml +0 -0
  72. /package/{3.api → 4.api}/1.components/.navigation.yml +0 -0
  73. /package/{3.api → 4.api}/1.components/1.client-only.md +0 -0
  74. /package/{3.api → 4.api}/1.components/1.dev-only.md +0 -0
  75. /package/{3.api → 4.api}/1.components/1.nuxt-client-fallback.md +0 -0
  76. /package/{3.api → 4.api}/1.components/10.nuxt-picture.md +0 -0
  77. /package/{3.api → 4.api}/1.components/11.teleports.md +0 -0
  78. /package/{3.api → 4.api}/1.components/2.nuxt-page.md +0 -0
  79. /package/{3.api → 4.api}/1.components/3.nuxt-layout.md +0 -0
  80. /package/{3.api → 4.api}/1.components/4.nuxt-link.md +0 -0
  81. /package/{3.api → 4.api}/1.components/5.nuxt-loading-indicator.md +0 -0
  82. /package/{3.api → 4.api}/1.components/6.nuxt-error-boundary.md +0 -0
  83. /package/{3.api → 4.api}/1.components/7.nuxt-welcome.md +0 -0
  84. /package/{3.api → 4.api}/1.components/8.nuxt-island.md +0 -0
  85. /package/{3.api → 4.api}/1.components/9.nuxt-img.md +0 -0
  86. /package/{3.api → 4.api}/2.composables/.navigation.yml +0 -0
  87. /package/{3.api → 4.api}/2.composables/on-prehydrate.md +0 -0
  88. /package/{3.api → 4.api}/2.composables/use-app-config.md +0 -0
  89. /package/{3.api → 4.api}/2.composables/use-async-data.md +0 -0
  90. /package/{3.api → 4.api}/2.composables/use-cookie.md +0 -0
  91. /package/{3.api → 4.api}/2.composables/use-error.md +0 -0
  92. /package/{3.api → 4.api}/2.composables/use-fetch.md +0 -0
  93. /package/{3.api → 4.api}/2.composables/use-head-safe.md +0 -0
  94. /package/{3.api → 4.api}/2.composables/use-head.md +0 -0
  95. /package/{3.api → 4.api}/2.composables/use-hydration.md +0 -0
  96. /package/{3.api → 4.api}/2.composables/use-lazy-async-data.md +0 -0
  97. /package/{3.api → 4.api}/2.composables/use-lazy-fetch.md +0 -0
  98. /package/{3.api → 4.api}/2.composables/use-loading-indicator.md +0 -0
  99. /package/{3.api → 4.api}/2.composables/use-nuxt-app.md +0 -0
  100. /package/{3.api → 4.api}/2.composables/use-nuxt-data.md +0 -0
  101. /package/{3.api → 4.api}/2.composables/use-preview-mode.md +0 -0
  102. /package/{3.api → 4.api}/2.composables/use-request-event.md +0 -0
  103. /package/{3.api → 4.api}/2.composables/use-request-fetch.md +0 -0
  104. /package/{3.api → 4.api}/2.composables/use-request-header.md +0 -0
  105. /package/{3.api → 4.api}/2.composables/use-request-headers.md +0 -0
  106. /package/{3.api → 4.api}/2.composables/use-request-url.md +0 -0
  107. /package/{3.api → 4.api}/2.composables/use-response-header.md +0 -0
  108. /package/{3.api → 4.api}/2.composables/use-route.md +0 -0
  109. /package/{3.api → 4.api}/2.composables/use-router.md +0 -0
  110. /package/{3.api → 4.api}/2.composables/use-runtime-config.md +0 -0
  111. /package/{3.api → 4.api}/2.composables/use-runtime-hook.md +0 -0
  112. /package/{3.api → 4.api}/2.composables/use-seo-meta.md +0 -0
  113. /package/{3.api → 4.api}/2.composables/use-server-seo-meta.md +0 -0
  114. /package/{3.api → 4.api}/2.composables/use-state.md +0 -0
  115. /package/{3.api → 4.api}/3.utils/$fetch.md +0 -0
  116. /package/{3.api → 4.api}/3.utils/.navigation.yml +0 -0
  117. /package/{3.api → 4.api}/3.utils/abort-navigation.md +0 -0
  118. /package/{3.api → 4.api}/3.utils/add-route-middleware.md +0 -0
  119. /package/{3.api → 4.api}/3.utils/clear-error.md +0 -0
  120. /package/{3.api → 4.api}/3.utils/clear-nuxt-data.md +0 -0
  121. /package/{3.api → 4.api}/3.utils/clear-nuxt-state.md +0 -0
  122. /package/{3.api → 4.api}/3.utils/create-error.md +0 -0
  123. /package/{3.api → 4.api}/3.utils/define-lazy-hydration-component.md +0 -0
  124. /package/{3.api → 4.api}/3.utils/define-nuxt-component.md +0 -0
  125. /package/{3.api → 4.api}/3.utils/define-nuxt-plugin.md +0 -0
  126. /package/{3.api → 4.api}/3.utils/define-nuxt-route-middleware.md +0 -0
  127. /package/{3.api → 4.api}/3.utils/define-page-meta.md +0 -0
  128. /package/{3.api → 4.api}/3.utils/define-route-rules.md +0 -0
  129. /package/{3.api → 4.api}/3.utils/navigate-to.md +0 -0
  130. /package/{3.api → 4.api}/3.utils/on-before-route-leave.md +0 -0
  131. /package/{3.api → 4.api}/3.utils/on-before-route-update.md +0 -0
  132. /package/{3.api → 4.api}/3.utils/on-nuxt-ready.md +0 -0
  133. /package/{3.api → 4.api}/3.utils/prefetch-components.md +0 -0
  134. /package/{3.api → 4.api}/3.utils/preload-components.md +0 -0
  135. /package/{3.api → 4.api}/3.utils/preload-route-components.md +0 -0
  136. /package/{3.api → 4.api}/3.utils/prerender-routes.md +0 -0
  137. /package/{3.api → 4.api}/3.utils/refresh-nuxt-data.md +0 -0
  138. /package/{3.api → 4.api}/3.utils/reload-nuxt-app.md +0 -0
  139. /package/{3.api → 4.api}/3.utils/set-page-layout.md +0 -0
  140. /package/{3.api → 4.api}/3.utils/set-response-status.md +0 -0
  141. /package/{3.api → 4.api}/3.utils/show-error.md +0 -0
  142. /package/{3.api → 4.api}/3.utils/update-app-config.md +0 -0
  143. /package/{3.api → 4.api}/4.commands/.navigation.yml +0 -0
  144. /package/{3.api → 4.api}/4.commands/add.md +0 -0
  145. /package/{3.api → 4.api}/4.commands/analyze.md +0 -0
  146. /package/{3.api → 4.api}/4.commands/build-module.md +0 -0
  147. /package/{3.api → 4.api}/4.commands/build.md +0 -0
  148. /package/{3.api → 4.api}/4.commands/cleanup.md +0 -0
  149. /package/{3.api → 4.api}/4.commands/dev.md +0 -0
  150. /package/{3.api → 4.api}/4.commands/devtools.md +0 -0
  151. /package/{3.api → 4.api}/4.commands/generate.md +0 -0
  152. /package/{3.api → 4.api}/4.commands/info.md +0 -0
  153. /package/{3.api → 4.api}/4.commands/init.md +0 -0
  154. /package/{3.api → 4.api}/4.commands/module.md +0 -0
  155. /package/{3.api → 4.api}/4.commands/prepare.md +0 -0
  156. /package/{3.api → 4.api}/4.commands/preview.md +0 -0
  157. /package/{3.api → 4.api}/4.commands/test.md +0 -0
  158. /package/{3.api → 4.api}/4.commands/typecheck.md +0 -0
  159. /package/{3.api → 4.api}/4.commands/upgrade.md +0 -0
  160. /package/{3.api → 4.api}/5.kit/.navigation.yml +0 -0
  161. /package/{3.api → 4.api}/5.kit/1.modules.md +0 -0
  162. /package/{3.api → 4.api}/5.kit/10.runtime-config.md +0 -0
  163. /package/{3.api → 4.api}/5.kit/10.templates.md +0 -0
  164. /package/{3.api → 4.api}/5.kit/11.nitro.md +0 -0
  165. /package/{3.api → 4.api}/5.kit/12.resolving.md +0 -0
  166. /package/{3.api → 4.api}/5.kit/13.logging.md +0 -0
  167. /package/{3.api → 4.api}/5.kit/14.builder.md +0 -0
  168. /package/{3.api → 4.api}/5.kit/15.examples.md +0 -0
  169. /package/{3.api → 4.api}/5.kit/16.layers.md +0 -0
  170. /package/{3.api → 4.api}/5.kit/2.programmatic.md +0 -0
  171. /package/{3.api → 4.api}/5.kit/3.compatibility.md +0 -0
  172. /package/{3.api → 4.api}/5.kit/4.autoimports.md +0 -0
  173. /package/{3.api → 4.api}/5.kit/5.components.md +0 -0
  174. /package/{3.api → 4.api}/5.kit/6.context.md +0 -0
  175. /package/{3.api → 4.api}/5.kit/7.pages.md +0 -0
  176. /package/{3.api → 4.api}/5.kit/8.layout.md +0 -0
  177. /package/{3.api → 4.api}/5.kit/9.head.md +0 -0
  178. /package/{3.api → 4.api}/5.kit/9.plugins.md +0 -0
  179. /package/{3.api → 4.api}/6.advanced/.navigation.yml +0 -0
  180. /package/{3.api → 4.api}/6.advanced/1.hooks.md +0 -0
  181. /package/{3.api → 4.api}/6.advanced/2.import-meta.md +0 -0
  182. /package/{3.api → 4.api}/6.nuxt-config.md +0 -0
  183. /package/{3.api → 4.api}/index.md +0 -0
@@ -5,7 +5,7 @@ description: Use the content/ directory to create a file-based CMS for your appl
5
5
  navigation.icon: i-vscode-icons-folder-type-log
6
6
  ---
7
7
 
8
- [Nuxt Content](https://content.nuxt.com) reads the [`content/` directory](/docs/4.x/guide/directory-structure/content) in your project and parses `.md`, `.yml`, `.csv` and `.json` files to create a file-based CMS for your application.
8
+ [Nuxt Content](https://content.nuxt.com) reads the `content/` directory in your project and parses `.md`, `.yml`, `.csv` and `.json` files to create a file-based CMS for your application.
9
9
 
10
10
  - Render your content with built-in components.
11
11
  - Query your content with a MongoDB-like API.
@@ -0,0 +1,61 @@
1
+ ---
2
+ title: 'Nuxt Directory Structure'
3
+ description: 'Learn about the directory structure of a Nuxt application and how to use it.'
4
+ navigation: false
5
+ ---
6
+
7
+ Nuxt applications have a specific directory structure that is used to organize the code. This structure is designed to be easy to understand and to be used in a consistent way.
8
+
9
+ ## Root Directory
10
+
11
+ The root directory of a Nuxt application is the directory that contains the `nuxt.config.ts` file. This file is used to configure the Nuxt application.
12
+
13
+ ## App Directory
14
+
15
+ The `app/` directory is the main directory of the Nuxt application. It contains the following subdirectories:
16
+ - [`assets/`](/docs/directory-structure/app/assets): website's assets that the build tool (Vite or webpack) will process
17
+ - [`components/`](/docs/directory-structure/app/components): Vue components of the application
18
+ - [`composables/`](/docs/directory-structure/app/composables): add your Vue composables
19
+ - [`layouts/`](/docs/directory-structure/app/layouts): Vue components that wrap around your pages and avoid re-rendering between pages
20
+ - [`middleware/`](/docs/directory-structure/app/middleware): run code before navigating to a particular route
21
+ - [`pages/`](/docs/directory-structure/app/pages): file-based routing to create routes within your web application
22
+ - [`plugins/`](/docs/directory-structure/app/plugins): use Vue plugins and more at the creation of your Nuxt application
23
+ - [`utils/`](/docs/directory-structure/app/utils): add functions throughout your application that can be used in your components, composables, and pages.
24
+
25
+ This directory also includes specific files:
26
+ - [`app.config.ts`](/docs/directory-structure/app/app-config): a reactive configuration within your application
27
+ - [`app.vue`](/docs/directory-structure/app/app): the root component of your Nuxt application
28
+ - [`error.vue`](/docs/directory-structure/app/error): the error page of your Nuxt application
29
+
30
+ ## Public Directory
31
+
32
+ The [`public/`](/docs/directory-structure/public) directory is the directory that contains the public files of the Nuxt application. Files contained within this directory are served at the root and are not modified by the build process.
33
+
34
+ This is suitable for files that have to keep their names (e.g. `robots.txt`) _or_ likely won't change (e.g. `favicon.ico`).
35
+
36
+ ## Server Directory
37
+
38
+ The [`server/`](/docs/directory-structure/server) directory is the directory that contains the server-side code of the Nuxt application. It contains the following subdirectories:
39
+ - [`api/`](/docs/directory-structure/server#server-routes): contains the API routes of the application.
40
+ - [`routes/`](/docs/directory-structure/server#server-routes): contains the server routes of the application (e.g. dynamic `/sitemap.xml`).
41
+ - [`middleware/`](/docs/directory-structure/server#server-middleware): run code before a server route is processed
42
+ - [`plugins/`](/docs/directory-structure/server#server-plugins): use plugins and more at the creation of the Nuxt server
43
+ - [`utils/`](/docs/directory-structure/server#server-utilities): add functions throughout your application that can be used in your server code.
44
+
45
+ ## Shared Directory
46
+
47
+ The [`shared/`](/docs/directory-structure/shared) directory is the directory that contains the shared code of the Nuxt application and Nuxt server. This code can be used in both the Vue app and the Nitro server.
48
+
49
+ ## Content Directory
50
+
51
+ The [`content/`](/docs/directory-structure/content) directory is enabled by the [Nuxt Content](https://content.nuxt.com) module. It is used to create a file-based CMS for your application using Markdown files.
52
+
53
+ ## Modules Directory
54
+
55
+ The [`modules/`](/docs/directory-structure/modules) directory is the directory that contains the local modules of the Nuxt application. Modules are used to extend the functionality of the Nuxt application.
56
+
57
+ ## Nuxt Files
58
+
59
+ - [`nuxt.config.ts`](/docs/directory-structure/nuxt-config) file is the main configuration file for the Nuxt application.
60
+ - [`.nuxtrc`](/docs/directory-structure/nuxtrc) file is another syntax for configuring the Nuxt application (useful for global configurations).
61
+ - [`.nuxtignore`](/docs/directory-structure/nuxtignore) file is used to ignore files in the root directory during the build phase.
@@ -7,19 +7,16 @@ surround: false
7
7
  ---
8
8
 
9
9
  ::card-group{class="sm:grid-cols-1"}
10
- ::card{icon="i-lucide-folders" title="Directory Structure" to="/docs/4.x/guide/directory-structure"}
11
- Learn about Nuxt directory structure and what benefits each directory or file offers.
12
- ::
13
10
  ::card{icon="i-lucide-medal" title="Key Concepts" to="/docs/4.x/guide/concepts"}
14
11
  Discover the main concepts behind Nuxt, from auto-import, hybrid rendering to its TypeScript support.
15
12
  ::
16
- ::card{icon="i-lucide-star" title="Going Further" to="/docs/4.x/guide/going-further"}
17
- Master Nuxt with advanced concepts like experimental features, hooks, modules, and more.
13
+ ::card{icon="i-lucide-square-check" title="Best Practices" to="/docs/4.x/guide/best-practices"}
14
+ Learn about best practices when developing with Nuxt
18
15
  ::
19
16
  ::card{icon="i-lucide-book-open" title="Recipes" to="/docs/4.x/guide/recipes"}
20
17
  Find solutions to common problems and learn how to implement them in your Nuxt project.
21
18
  ::
22
- ::card{icon="i-lucide-square-check" title="Best Practices" to="/docs/4.x/guide/best-practices"}
23
- Learn about best practices when developing with Nuxt
19
+ ::card{icon="i-lucide-star" title="Going Further" to="/docs/4.x/guide/going-further"}
20
+ Master Nuxt with advanced concepts like experimental features, hooks, modules, and more.
24
21
  ::
25
22
  ::
@@ -28,7 +28,7 @@ Additionally, certain other files in the layer directory will be auto-scanned an
28
28
 
29
29
  ## Basic Example
30
30
 
31
- ::code-group
31
+ ::code-tree{defaultValue="nuxt.config.ts" expandAll}
32
32
 
33
33
  ```ts [nuxt.config.ts]
34
34
  export default defineNuxtConfig({
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  title: '<NuxtRouteAnnouncer>'
3
3
  description: 'The <NuxtRouteAnnouncer> component adds a hidden element with the page title to announce route changes to assistive technologies.'
4
- navigation:
5
- badge: New
6
4
  links:
7
5
  - label: Source
8
6
  icon: i-simple-icons-github
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  title: '<NuxtTime>'
3
3
  description: 'The <NuxtTime> component displays time in a locale-friendly format with server-client consistency.'
4
- navigation:
5
- badge: New
6
4
  links:
7
5
  - label: Source
8
6
  icon: i-simple-icons-github
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  title: 'useRouteAnnouncer'
3
3
  description: This composable observes the page title changes and updates the announcer message accordingly.
4
- navigation:
5
- badge: New
6
4
  links:
7
5
  - label: Source
8
6
  icon: i-simple-icons-github
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  title: "callOnce"
3
3
  description: "Run a given function or block of code once during SSR or CSR."
4
- navigation:
5
- badge: New
6
4
  links:
7
5
  - label: Source
8
6
  icon: i-simple-icons-github
@@ -1,8 +1,6 @@
1
1
  ---
2
2
  title: "refreshCookie"
3
3
  description: "Refresh useCookie values manually when a cookie has changed"
4
- navigation:
5
- badge: New
6
4
  links:
7
5
  - label: Source
8
6
  icon: i-simple-icons-github
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.2.2-29381683.af492e0e",
3
+ "version": "4.2.2-29381721.51356a46",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes