Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 0ae54ae

Browse files
committed
fix(BLink): fixed :active-class prop not beign added to the classes when the :active prop is set to true
1 parent 330c221 commit 0ae54ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/bootstrap-vue-next/src/components/BLink/BLink.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ const routerAttr = computed(() => ({
153153
154154
const computedLinkClasses = computed(() => ({
155155
active: activeBoolean.value,
156+
[props.activeClass]: activeBoolean.value,
156157
disabled: disabledBoolean.value,
157158
}))
158159

0 commit comments

Comments
 (0)