Skip to content

Commit

Permalink
ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorehouse authored and pi0 committed Oct 22, 2017
1 parent 861b358 commit 6568005
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/components/button-group.js
Expand Up @@ -29,7 +29,8 @@ export default {
props.tag,
mergeData(data, {
class: {
props.vertical ? "btn-group-vertical" : "btn-group",
"btn-group": !props.vertical,
"btn-group-vertical": props.vertical,
[`btn-group-${props.size}`]: Boolean(props.size)
},
attrs: { "role": props.ariaRole }
Expand Down

0 comments on commit 6568005

Please sign in to comment.