Skip to content

Commit c4606ef

Browse files
committed
Fix closing tabs tag
1 parent 0c566ee commit c4606ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/partial-reloads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ router.visit(url, {
119119
})
120120
```
121121

122+
:::
123+
122124
Please remember that, by design, partial reloading filters props _before_ they are evaluated, so it can only target explicitly defined prop keys. Let's say you have this prop:
123125

124126
`users: -> { User.all }`
@@ -127,8 +129,6 @@ Requesting `only: ['users.name']` will exclude the entire `users` prop, since `u
127129

128130
Requesting `except: ['users.name']` will not exclude anything.
129131

130-
:::
131-
132132
## Router shorthand
133133

134134
Since partial reloads can only be made to the same page component the user is already on, it almost always makes sense to just use the `router.reload()` method, which automatically uses the current URL.

0 commit comments

Comments
 (0)