File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
return this .state ? ` has-${ this .state } ` : ' ' ;
22
22
},
23
23
labelLayout () {
24
- return this .horizontal ? ' col-sm-' + this .labelSize : ' col-sm-12 ' + (12 - this .labelSize );
24
+ return this .horizontal ? ( ' col-sm-' + this .labelSize ) : ( ' col-sm-' + (12 - this .labelSize ) );
25
25
},
26
26
inputLayout () {
27
- return this .horizontal ? ' col-sm-' + (12 - this .labelSize ) : ' col-sm-' + this .labelSize ;
27
+ return this .horizontal ? ( ' col-sm-' + (12 - this .labelSize )) : ( ' col-sm-' + this .labelSize ) ;
28
28
}
29
29
},
30
30
props: {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bootstrap-vue" ,
3
- "version" : " 0.9.4 " ,
3
+ "version" : " 0.9.5 " ,
4
4
"description" : " Bootstrap 4 Components for Vue.js 2" ,
5
5
"main" : " dist/bootstrap-vue.common.js" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments