浏览代码

fix a messagebox bug

Leopoldthecoder 9 年之前
父节点
当前提交
2d6cb2c4db
共有 1 个文件被更改,包括 1 次插入0 次删除
  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();