Skip to content

Commit 6568005

Browse files
tmorehousepi0
authored andcommitted
ESLint
1 parent 861b358 commit 6568005

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/components/button-group.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ export default {
2929
props.tag,
3030
mergeData(data, {
3131
class: {
32-
props.vertical ? "btn-group-vertical" : "btn-group",
32+
"btn-group": !props.vertical,
33+
"btn-group-vertical": props.vertical,
3334
[`btn-group-${props.size}`]: Boolean(props.size)
3435
},
3536
attrs: { "role": props.ariaRole }

0 commit comments

Comments
 (0)