Skip to content

Commit 3d521fa

Browse files
committed
chore: format
1 parent fb7c5cc commit 3d521fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/route/route.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ Omitting the path makes this route a "layout route". It participates in UI nesti
220220
<Route path="/about" element={<h2>About</h2>} />
221221
</Route>
222222
```
223+
223224
In this example, `<h1>Layout</h1>` will be rendered along with each child route's `element` prop, via the layout route's [Outlet][outlet].
224225

225226
## `index`

0 commit comments

Comments
 (0)