浏览代码

Select: fix dropdown scroll

wacky6.AriesMBP 8 年之前
父节点
当前提交
82a54fa095
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/select/src/select.vue

+ 1 - 0
packages/select/src/select.vue

@@ -448,6 +448,7 @@
 
       doDestroy() {
         this.$refs.popper && this.$refs.popper.doDestroy();
+        this.dropdownUl = null;
       },
 
       handleClose() {