-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to simulate click in $nextTick
#7834
Labels
Comments
Possibly related: #7707 |
Seems that this is explained in #7109 |
haoqunjiang
added a commit
to haoqunjiang/vue
that referenced
this issue
Jul 4, 2018
13 tasks
Closed via #8450 (will be out in 2.6) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.5.16
Reproduction link
https://jsfiddle.net/xnjc03hy/
Steps to reproduce
add
in the demo,$nextTick
part and uncomment thesetTimeout
part, try again.What is expected?
Native input modal is supposed to be triggered in
$nextTick
.What is actually happening?
Modal not triggered in
$nextTick
but triggered bysetTimeout
.The text was updated successfully, but these errors were encountered: