hotfix: bug fix

This commit is contained in:
JimQing 2020-05-23 15:09:04 +08:00
parent 0d2361e88e
commit a7a61b612e

View File

@ -229,6 +229,7 @@ export default {
this.colorChanged(this.config.colorOption[1].value) this.colorChanged(this.config.colorOption[1].value)
this.sizeChanged(this.config.sizeOption[2].value) this.sizeChanged(this.config.sizeOption[2].value)
this.$emit('cssChanged') this.$emit('cssChanged')
this.showResetConfirm = false;
}, },
cancelReset() { cancelReset() {
this.showResetConfirm = false; this.showResetConfirm = false;