We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
redirect
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
5.1.1
Chrome 75.0.3770.100 x64 / Windows 10.0.17763 Pro x64
Have a route with redirect as a function, for example:
{ name: 'editShow-legacy', path: '/home/editShow', redirect: to => ({ name: to.name.replace('-legacy', '') }) }
I'm assuming the same thing as on the meta (right) panel. Or maybe something a little shorter like: ƒ redirect(...)
ƒ redirect(...)
The text was updated successfully, but these errors were encountered:
vuejs#1027 fix visual bug on routes list
c4890b0
Fixes: vuejs#1027 fixed visual bug on routes list by adding a compute…
256291f
…d property that checks for a custon display
f7e2b09
fix(router): format redirect and alias in tree, closes vuejs#1027
db5bb0b
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Version
5.1.1
Browser and OS info
Chrome 75.0.3770.100 x64 / Windows 10.0.17763 Pro x64
Steps to reproduce
Have a route with
redirect
as a function, for example:What is expected?
I'm assuming the same thing as on the meta (right) panel.
Or maybe something a little shorter like:
ƒ redirect(...)
What is actually happening?
The text was updated successfully, but these errors were encountered: