mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs: updated info about 404.vue
(#9155)
This commit is contained in:
parent
83db74a223
commit
b2933cdfa3
@ -150,10 +150,6 @@ Navigating to `/hello/world` would render:
|
||||
<p>["hello", "world"]</p>
|
||||
```
|
||||
|
||||
::alert{type="info"}
|
||||
Nuxt also supports a custom `pages/404.vue` file which will handle all routes that are not otherwise matched (and set a 404 error code).
|
||||
::
|
||||
|
||||
## Nested Routes
|
||||
|
||||
It is possible to display [nested routes](https://next.router.vuejs.org/guide/essentials/nested-routes.html) with `<NuxtPage>`.
|
||||
|
Loading…
Reference in New Issue
Block a user