Skip to content

Commit bb37f83

Browse files
committed
docs: fix notation of version required
1 parent 55aa93a commit bb37f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/api/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sidebar: auto
1616
- In HTML5 history mode, `router-link` will intercept the click event so that the browser doesn't try to reload the page.
1717
- When you are using the `base` option in HTML5 history mode, you don't need to include it in `to` prop's URLs.
1818

19-
### `v-slot` API (+3.1.0)
19+
### `v-slot` API (3.1.0+)
2020

2121
`router-link` exposes a low level customization through a [scoped slot](https://vuejs.org/v2/guide/components-slots.html#Scoped-Slots). This is a more advanced API that primarily targets library authors but can come in handy for developers as well, most of the time in a custom component like a _NavLink_ or other.
2222

0 commit comments

Comments
 (0)