Skip to content
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

print exact error when request chunk failed #497

Closed
kagawagao opened this issue Sep 27, 2020 · 0 comments
Closed

print exact error when request chunk failed #497

kagawagao opened this issue Sep 27, 2020 · 0 comments

Comments

@kagawagao
Copy link

What problem does this feature solve?

https://github.com/vuejs/vue-router-next/blob/28b40746ddbd5af4d8f6518c4c9868f0d0599436/src/navigationGuards.ts#L258

What does the proposed API look like?

componentPromise = componentPromise.catch((err) => {
  console.error(err)
  return null
})
@posva posva closed this as completed in f6db91a Sep 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant