Switch: fix a 'width' attribute init bug

pull/1076/head
Leopoldthecoder 2016-11-15 12:25:58 +08:00
parent 0013043ad7
commit 9314ea2f28
1 changed files with 3 additions and 1 deletions

View File

@ -81,7 +81,9 @@
return {
currentValue: this.value,
coreWidth: this.width,
buttonStyle: {}
buttonStyle: {
transform: ''
}
};
},
computed: {