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
2.3.2
https://jsfiddle.net/pu2dvgmn/8/
After reproduction link was loaded, wait
When async components was resolved, a timeout is not occured.
When async components was resolved, a timeout is occured.
the following error in console log:
vue.js:437 [Vue warn]: Failed to resolve async component: ()=>({ component:new Promise((resolve)=>( setTimeout(() => resolve({template:"<div>loaded</div>"}), 200) )), loading: {template:"<div>loading</div>"}, error: {template:"<div>timeout</div>"}, delay: 200, timeout: 3000 }) Reason: timeout (3000ms)
The text was updated successfully, but these errors were encountered:
vuejs/vue@8d54aec
kazupon
Successfully merging a pull request may close this issue.
Version
2.3.2
Reproduction link
https://jsfiddle.net/pu2dvgmn/8/
Steps to reproduce
After reproduction link was loaded, wait
What is expected?
When async components was resolved, a timeout is not occured.
What is actually happening?
When async components was resolved, a timeout is occured.
the following error in console log:
The text was updated successfully, but these errors were encountered: