Skip to content

Commit f4bbc15

Browse files
docs: reorder document-driven page slots components description
1 parent cb653b2 commit f4bbc15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/3.guide/1.writing/7.document-driven.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ To do so, you only have to create a component with the same name in your project
6262

6363
- `<DocumentDrivenNotFound />`{lang=html}
6464

65+
This component will be shown when no page has been found for the current URL.
66+
6567
```html [components/DocumentDrivenNotFound.vue]
6668
<template>
6769
<h1>Page not found</h1>
@@ -78,8 +80,6 @@ This component will be shown when there is no content for the current page, but
7880
</template>
7981
```
8082

81-
This component will be shown when no page has been found for the current URL.
82-
8383
## Layout binding
8484

8585
As the page data is available beforehand, the layout can be defined in the page front-matter:

0 commit comments

Comments
 (0)