mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
hotfix: bug fix
This commit is contained in:
parent
0d2361e88e
commit
a7a61b612e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user