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
Route calls, such as this
auth0-vue/src/plugin.ts
Line 185 in efe1d39
Line 171 in efe1d39
Code is not awaited
No response
latest master
any
Chrome
The text was updated successfully, but these errors were encountered:
Thanks for reaching out. The Vue Router docs is also very explicit about not awaiting this in the basic use-case, see: https://router.vuejs.org/guide/essentials/navigation.html. That said, they do have a section to call out the possibility to await route changes, see: https://router.vuejs.org/guide/advanced/navigation-failures.html
Can you help us understand what the problem is you are facing that would be solved by awaiting this?
Thanks.
Sorry, something went wrong.
No branches or pull requests
Checklist
Description
Route calls, such as this
auth0-vue/src/plugin.ts
Line 185 in efe1d39
auth0-vue/src/plugin.ts
Line 171 in efe1d39
Reproduction
Code is not awaited
Additional context
No response
auth0-vue version
latest master
Vue version
any
Which browsers have you tested in?
Chrome
The text was updated successfully, but these errors were encountered: