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

Commit e9e5002

Browse files
authored
Merge pull request bootstrap-vue-next#1226 from phlegx/feature/b-link-clicked-event
feat(BLink): adds clicked to click event.
2 parents 4a96422 + f865571 commit e9e5002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
:href="localHref"
1313
:class="[(activeBoolean ?? isActive) && activeClass]"
1414
v-bind="$attrs"
15-
@click=";[navigate($event), closeCollapse()]"
15+
@click=";[navigate($event), closeCollapse(), clicked($event)]"
1616
>
1717
<slot />
1818
</component>

0 commit comments

Comments
 (0)