Commit ddd4481e authored by baiyaaaaa's avatar baiyaaaaa Committed by GitHub

Merge pull request #1076 from Leopoldthecoder/switch-width

Switch: fix a 'width' attribute init bug
parents 9619be27 9314ea2f
......@@ -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