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:
blackie 2022-03-11 15:09:09 +08:00 committed by GitHub
parent 063c564461
commit 36e80869ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
trigger="click"
:transition="`${ns.namespace.value}-zoom-in-top`"
persistent
@show="onSuggestionShow"
@before-show="onSuggestionShow"
>
<div
ref="listboxRef"