wacky6.AriesMBP 8 лет назад
Родитель
Сommit
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() {