Commit 9314ea2f authored by Leopoldthecoder's avatar Leopoldthecoder

Switch: fix a 'width' attribute init bug

parent 0013043a
......@@ -81,7 +81,9 @@
return {
currentValue: this.value,
coreWidth: this.width,
buttonStyle: {}
buttonStyle: {
transform: ''
}
};
},
computed: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment