You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/content/3.api/2.components/2.nuxt-page.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ For example, passing `static` key, `NuxtPage` component is rendered only once wh
31
31
32
32
```html
33
33
<!-- static key -->
34
-
<NuxtPagepage-key=“static” />
34
+
<NuxtPagepage-key="static" />
35
35
```
36
36
37
37
Alternatively, `pageKey` can be passed as a `key` value via `definePageMeta` from the `<script>` section of your Vue component in the `/pages` directory.
@@ -51,7 +51,7 @@ definePageMeta({
51
51
In addition, `NuxtPage` also accepts custom props that you may need to pass further down the hierarchy. These custom props are accessible via `attrs` in the Nuxt app.
52
52
53
53
```html
54
-
<NuxtPage:foobar=“123” />
54
+
<NuxtPage:foobar="123" />
55
55
```
56
56
57
57
For example, in above example, value of `foobar` will be available using `attrs.foobar`.
Test Utils | 2022 | [nuxt/framework#3198](https://github.com/nuxt/framework/issues/3198) | A rewrite of [nuxt/test-utils](https://github.com/nuxt/test-utils) for testing Nuxt 3 and new modules
Test Utils | 2022 | [nuxt/framework#3198](https://github.com/nuxt/framework/issues/3198) | A rewrite of [nuxt/test-utils](https://github.com/nuxt/test-utils) for testing Nuxt 3 and new modules
55
55
SEO & PWA | 2022 | [nuxt/framework#1823](https://github.com/nuxt/framework/discussions/1823) | Migrating from [nuxt-community/pwa-module](https://github.com/nuxt-community/pwa-module) for built-in SEO utils and service worker support
56
-
Hybrid Rendering | 2022 | [nuxt/framework#560](https://github.com/nuxt/framework/discussions/560) | Flexible routing routes for caching strategies, proxy and more
Devtools | 2022 | - | Integrated and modular devtools experience for Nuxt
59
-
Translations | 2022 | [nuxt/translations#4](https://github.com/nuxt/translations/discussions/4) ([request access](https://github.com/nuxt/framework/discussions/765)) | A collaborative project for a stable translation process for Nuxt 3 docs. Currently pending for ideas and documentation tooling support (content v2 with remote sources).
60
-
Auth | 2022 | - | A rewrite of [nuxt-community/auth-module](https://github.com/nuxt-community/auth-module) for Nuxt 3 support
Devtools | - | - | Integrated and modular devtools experience for Nuxt
58
+
Translations | - | [nuxt/translations#4](https://github.com/nuxt/translations/discussions/4) ([request access](https://github.com/nuxt/framework/discussions/765)) | A collaborative project for a stable translation process for Nuxt 3 docs. Currently pending for ideas and documentation tooling support (content v2 with remote sources).
59
+
Auth | - | - | A rewrite of [nuxt-community/auth-module](https://github.com/nuxt-community/auth-module) for Nuxt 3 support
61
60
62
61
## 📦 Core Modules
63
62
64
63
In addition to the Nuxt framework, there are modules that are vital for the ecosystem. Their status will be updated below.
65
64
66
65
Module | Status | Nuxt Support | Repository | Description
Content 2.x | Active | 3.x | [nuxt/content](https://github.com/nuxt/content) | Released
70
-
Auth | WIP | 3.x | `nuxt/auth` to be announced | Nuxt 3 support is planned after session support
67
+
Content | Active | 3.x | [nuxt/content](https://github.com/nuxt/content) | Released
68
+
Auth | Planned | 3.x | `nuxt/auth` to be announced | Nuxt 3 support is planned after session support
71
69
Image | Active | 2.x and 3.x | [nuxt/image](https://github.com/nuxt/image) | Nuxt 3 support is in progress: [nuxt/image#548](https://github.com/nuxt/image/discussions/548)
72
70
Telemetry | Active | 2.x and 3.x | [nuxt/telemetry](https://github.com/nuxt/telemetry/) | Nuxt 3 is supported. Stats to be public soon!
0 commit comments