### Version 2.5.1 ### Reproduction link [https://github.com/CarlosOnline/VueRouterBug.git](https://github.com/CarlosOnline/VueRouterBug.git) ### Steps to reproduce Create a route with dynamic route parameter **:lab** * Start app * Navigate to MyView/**Foo** which works * Navigate to MyVew/**Number.1234** does not work ``` { path: '/MyView/:lab', component: MyView, display: 'MyView', meta: { title: 'MyView' } }, ``` ### What is expected? Navigate to route with dynamic parameter when no ### What is actually happening? Route is not found <!-- generated by vue-issues. DO NOT REMOVE -->