diff --git a/src/components/modal/modal.vue b/src/components/modal/modal.vue index 4eb42241..a403e6dc 100644 --- a/src/components/modal/modal.vue +++ b/src/components/modal/modal.vue @@ -257,7 +257,7 @@ this.buttonLoading = true; } else { if (this.autoClose) { - this.visible = false; + // this.visible = false; } this.$emit('input', false); }