You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ sidebar: auto
16
16
- In HTML5 history mode, `router-link` will intercept the click event so that the browser doesn't try to reload the page.
17
17
- When you are using the `base` option in HTML5 history mode, you don't need to include it in `to` prop's URLs.
18
18
19
-
### `v-slot` API (+3.1.0)
19
+
### `v-slot` API (3.1.0+)
20
20
21
21
`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.
0 commit comments