custome route support
[issue link]Think such a case: I have two route path, /blog and /blog/first-blog, and I hope the two route have own page. That means, I can’t use the nested route, which will make the second route as a child component of the first route. So far, I don’t find any efficient way from doc to solve this. Can there is an official tip to answer this requirement.