@nuxt/docs-nightly 4.0.0-29147676.f7aadd57 → 4.0.0-29147912.fe3ef77e
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.
|
@@ -405,7 +405,7 @@ You can define a page as [client only](/docs/guide/directory-structure/component
|
|
|
405
405
|
|
|
406
406
|
You can define a page as [server only](/docs/guide/directory-structure/components#server-components) by giving it a `.server.vue` suffix. While you will be able to navigate to the page using client-side navigation, controlled by `vue-router`, it will be rendered with a server component automatically, meaning the code required to render the page will not be in your client-side bundle.
|
|
407
407
|
|
|
408
|
-
::
|
|
408
|
+
::warning
|
|
409
409
|
Server-only pages must have a single root element. (HTML comments are considered elements as well.)
|
|
410
410
|
::
|
|
411
411
|
|