Skip to content

Commit 3fc94fa

Browse files
author
bootstrap-vue-bot
committed
[HotFIx] click.stop fixes dropdowns problem
1 parent 6b38663 commit 3fc94fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/button.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<button :class="classObject"
3-
@click="onclick"
3+
@click.stop="onclick"
44
:href="href || to"
55
:is="componentType"
66
:to="to || href"

0 commit comments

Comments
 (0)