diff --git a/docs/en/api/router-link.md b/docs/en/api/router-link.md index c218c5d0d..4e63474a4 100644 --- a/docs/en/api/router-link.md +++ b/docs/en/api/router-link.md @@ -136,3 +136,13 @@ Sometimes we may want the active class to be applied to an outer element rather ``` In this case the `` will be the actual link (and will get the correct `href`), but the active class will be applied to the outer `
  • `. + +### Using `@click` with `` + +Sometimes we want to use a `` component to benefit from its visited state or other things but manually handle the `@click`. In these cases, you can use the `.native` modifier, for example: + +```html + + /foo + +``` \ No newline at end of file