### What problem does this feature solve? Much like redirect, but a programmable alias route. Such as when I'm visiting '/me', actually I'm visiting '/user/:username'. ### What does the proposed API look like? { path: '/alias', aliasTo: to => 'path/I/would/like/to/be/aliased/to' } <!-- generated by vue-issues. DO NOT REMOVE -->