Explorar el Código

fix a messagebox bug

Leopoldthecoder hace 9 años
padre
commit
2d6cb2c4db
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/message-box/src/main.vue

+ 1 - 0
packages/message-box/src/main.vue

@@ -77,6 +77,7 @@
         if (this.modal) {
           document.body.style.overflow = this.bodyOverflow;
         }
+        this.opened = false;
 
         if (!this.transition) {
           this.doAfterClose();