Skip to content

Commit

Permalink
fix(docs): add missing parenthesis (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbinet authored Oct 27, 2020
1 parent 2e460cf commit 4ecdee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/en/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ export default ({ app }) => {
@click="$router.push(localeRoute({
name: 'index',
params: { foo: '1' }
})">Navigate</a>
}))">Navigate</a>
```

0 comments on commit 4ecdee1

Please sign in to comment.