Sfoglia il codice sorgente

fix a messagebox bug

Leopoldthecoder 9 anni fa
parent
commit
2d6cb2c4db
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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();