mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-04 21:27:52 +08:00
Select: fix dropdown scroll
This commit is contained in:
parent
65eaf94b38
commit
82a54fa095
@ -448,6 +448,7 @@
|
||||
|
||||
doDestroy() {
|
||||
this.$refs.popper && this.$refs.popper.doDestroy();
|
||||
this.dropdownUl = null;
|
||||
},
|
||||
|
||||
handleClose() {
|
||||
|
Loading…
Reference in New Issue
Block a user