-
-
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
reject of async event never catch #9694
Closed
tcastelly opened this issue
Mar 13, 2019
· 0 comments
· Fixed by mariazevedo88/hash-generator-js#6, tghelere/valorize-vidas#3, tghelere/DeliVuery#15, tghelere/vue-tetris#1 or tghelere/dailymages#1
Closed
reject of async event never catch #9694
tcastelly opened this issue
Mar 13, 2019
· 0 comments
· Fixed by mariazevedo88/hash-generator-js#6, tghelere/valorize-vidas#3, tghelere/DeliVuery#15, tghelere/vue-tetris#1 or tghelere/dailymages#1
Labels
Comments
kiku-jw
pushed a commit
to kiku-jw/vue
that referenced
this issue
Jun 18, 2019
This was referenced Aug 29, 2019
This was referenced Sep 22, 2019
Lostlover
pushed a commit
to Lostlover/vue
that referenced
this issue
Dec 10, 2019
This was referenced Jan 20, 2020
This was referenced Feb 24, 2020
This was referenced Mar 4, 2020
This was referenced Apr 15, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.6.8
Reproduction link
https://jsfiddle.net/shenron/vfksgnr4/3/
Steps to reproduce
Call manually an event with $listeners. The promise returned has only success.
What is expected?
The promise returned should have success and error
What is actually happening?
All answers (success as error) are resolved as success
It seems to work with a previous version of VueJS
https://jsfiddle.net/shenron/vfksgnr4/2/
The text was updated successfully, but these errors were encountered: