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
redirectedFrom
useRoute()
π The bug The redirectedFrom prop doesn't exists in useRoute().
π οΈ To reproduce Steps to reproduce the behavior:
const route = useRoute(); const redirectedFrom = computed(() => route.value.redirectedFrom); console.log(redirectedFrom.value); // undefined
Thanks.
The text was updated successfully, but these errors were encountered:
danielroe
No branches or pull requests
π The bug
The
redirectedFrom
prop doesn't exists inuseRoute()
.π οΈ To reproduce
Steps to reproduce the behavior:
Thanks.
The text was updated successfully, but these errors were encountered: