mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
fix(components): [autocomplete] fix shaking at first open (#6342)
* fix(components): [auto-complete] fix shaking at first open * fix(components): [autocomplete] remove added file by oversight
This commit is contained in:
parent
063c564461
commit
36e80869ab
@ -13,7 +13,7 @@
|
||||
trigger="click"
|
||||
:transition="`${ns.namespace.value}-zoom-in-top`"
|
||||
persistent
|
||||
@show="onSuggestionShow"
|
||||
@before-show="onSuggestionShow"
|
||||
>
|
||||
<div
|
||||
ref="listboxRef"
|
||||
|
Loading…
Reference in New Issue
Block a user