mirror of https://github.com/ElemeFE/element
Switch: fix a 'width' attribute init bug
parent
0013043ad7
commit
9314ea2f28
|
@ -81,7 +81,9 @@
|
|||
return {
|
||||
currentValue: this.value,
|
||||
coreWidth: this.width,
|
||||
buttonStyle: {}
|
||||
buttonStyle: {
|
||||
transform: ''
|
||||
}
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
|
|
Loading…
Reference in New Issue