Skip to content

Commit 5e1348a

Browse files
committed
fix(BNavItem): passes activeClass to be active
1 parent 157b4a2 commit 5e1348a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/bootstrap-vue-3/src/components/BNav/BNavItem.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<b-link
44
class="nav-link"
55
v-bind="$props"
6+
active-class="active"
67
:tabindex="disabledBoolean ? -1 : undefined"
78
:aria-disabled="disabledBoolean ? true : undefined"
89
>

0 commit comments

Comments
 (0)