@nuxt/docs-nightly 4.3.1-29494972.f47362d1 → 4.3.1-29500439.2f599685
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.
|
@@ -15,7 +15,7 @@ This composable is available in Nuxt v3.12+.
|
|
|
15
15
|
## Description
|
|
16
16
|
|
|
17
17
|
A composable which observes the page title changes and updates the announcer message accordingly. Used by [`<NuxtRouteAnnouncer>`](/docs/4.x/api/components/nuxt-route-announcer) and controllable.
|
|
18
|
-
It hooks into Unhead's
|
|
18
|
+
It hooks into Unhead's `dom:rendered` hook to read the page's title and set it as the announcer message.
|
|
19
19
|
|
|
20
20
|
## Parameters
|
|
21
21
|
|
package/4.api/4.commands/add.md
CHANGED
|
@@ -4,7 +4,7 @@ description: "Scaffold an entity into your Nuxt application."
|
|
|
4
4
|
links:
|
|
5
5
|
- label: Source
|
|
6
6
|
icon: i-simple-icons-github
|
|
7
|
-
to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/add.ts
|
|
7
|
+
to: https://github.com/nuxt/cli/blob/main/packages/nuxi/src/commands/add-template.ts
|
|
8
8
|
size: xs
|
|
9
9
|
---
|
|
10
10
|
|