Dynamic Route Matching 动态的 路由 匹配 Very often we will need to map routes with the given pattern to the same component. For example we may have a User component which should be rendered for all users but with different user IDs. In vue-router we can use…