Skip to content

Commit

Permalink
Merge pull request #726 from kimulisiraj/patch-1
Browse files Browse the repository at this point in the history
Upgrade to inertia 1.0
  • Loading branch information
rubenvanassche authored Apr 4, 2024
2 parents 852f645 + 24c747b commit 69c67d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced-usage/use-with-inertia.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ We provide two kinds of lazy properties:
Now within your JavaScript code, you can include the properties as such:

```js
Inertia.reload((url, {
router.reload((url, {
only: ['title'],
});
```

0 comments on commit 69c67d4

Please sign in to comment.