Browse Source

Select: fix dropdown scroll

wacky6.AriesMBP 8 năm trước cách đây
mục cha
commit
82a54fa095
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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() {