Skip to content

Commit 2f7aa80

Browse files
committed
Merge pull request #155 from dennisver/dev
docs: renamed activeLinkClass to linkActiveClass
2 parents ce8433f + 3061953 commit 2f7aa80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Elements with `v-link` will automatically get corresponding class names when the
2929

3030
- The `.v-link-active-exact` class is applied when the current path is an exact match of the `v-link` URL.
3131

32-
The active link class name can be configured with the `activeLinkClass` option when creating the router instance. The exact match class simply appends `-exact` postfix to the provided class name.
32+
The active link class name can be configured with the `linkActiveClass` option when creating the router instance. The exact match class simply appends `-exact` postfix to the provided class name.
3333

3434
#### Additional Notes
3535

0 commit comments

Comments
 (0)