Version
4.0.0-beta.13
Reproduction link
http://404
Steps to reproduce
{ path: "**", redirect: "/404" },
What is expected?
{ path: "**", redirect: "/404" }, it works;
What is actually happening?
it does not work ,when i change it to "/**", it can not redirect the not-matched route to "/404"