File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ export const formRadioCheckMixin = Vue.extend({
154
154
'btn' ,
155
155
`btn-${ this . computedButtonVariant } ` ,
156
156
{
157
- [ `btn-${ computedSize } ` ] : ! ! computedSize ,
157
+ [ `btn-${ computedSize } ` ] : computedSize ,
158
158
// 'disabled' class makes "button" look disabled
159
159
disabled : this . isDisabled ,
160
160
// 'active' class makes "button" look pressed
@@ -320,7 +320,7 @@ export const formRadioCheckMixin = Vue.extend({
320
320
'custom-switch' : isSwitch ,
321
321
'custom-radio' : isCustom && isRadio ,
322
322
// Temporary until Bootstrap v4 supports sizing (most likely in V5)
323
- [ `b-custom-control-${ computedSize } ` ] : ! ! computedSize && ! isBtnMode
323
+ [ `b-custom-control-${ computedSize } ` ] : computedSize && ! isBtnMode
324
324
} ,
325
325
bvAttrs . class
326
326
] ,
You can’t perform that action at this time.
0 commit comments