You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2023. It is now read-only.
In the vue instance's lifecycle hooks (I try created / ready / beforeCompile), I want to dynamically load the options data from the promise object, but I find that once using the async http request/response, the options can be displayed, but after select one item, the populated options menu won't hide. Do you have any suggestions to resolve this issue?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
In the vue instance's lifecycle hooks (I try created / ready / beforeCompile), I want to dynamically load the
options
data from thepromise
object, but I find that once using the async http request/response, the options can be displayed, but after select one item, the populated options menu won't hide. Do you have any suggestions to resolve this issue?Thanks.
The text was updated successfully, but these errors were encountered: