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
🐛 The bug According to Nuxt document, the type of context.from is a vue route object but useContext().from is not.
context.from
vue route object
useContext().from
🌈 Expected behaviour Type of useContext().from should as same as context.from instead of route.redirectedFrom
route.redirectedFrom
The text was updated successfully, but these errors were encountered:
a159d87
Thanks @charlie0228 ❤️ - this will be fixed in the next release.
Sorry, something went wrong.
danielroe
No branches or pull requests
🐛 The bug
According to Nuxt document, the type of
context.from
is avue route object
butuseContext().from
is not.🌈 Expected behaviour
Type of
useContext().from
should as same ascontext.from
instead ofroute.redirectedFrom
The text was updated successfully, but these errors were encountered: