We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.0.0-rc.11
https://jsfiddle.net/4srq6c7a/
run jsfiddle example
Display errorComponent if promise rejected. 'error' is visible.
errorComponent does not rendered 'loading' is visible.
Text from console:
"[Vue warn]: Unhandled error during execution of async component loader", " ", " at <AsyncComponentWrapper>", " ", " at <App>"
"Error: Async component timed out after 5000ms."
If an error occurs inside the loader, the result is similar
The text was updated successfully, but these errors were encountered:
c7b4a37
No branches or pull requests
Version
3.0.0-rc.11
Reproduction link
https://jsfiddle.net/4srq6c7a/
Steps to reproduce
run jsfiddle example
What is expected?
Display errorComponent if promise rejected.
'error' is visible.
What is actually happening?
errorComponent does not rendered
'loading' is visible.
Text from console:
"[Vue warn]: Unhandled error during execution of async component loader", "
", " at <AsyncComponentWrapper>", "
", " at <App>"
"Error: Async component timed out after 5000ms."
If an error occurs inside the loader, the result is similar
The text was updated successfully, but these errors were encountered: