{
path: "/products/:id",
name: "Product",
component: productPage,
children: [
{
path: 'dashboard',
name: 'Dashboard',
component: productDashboardPage
},
]
}
{ path: '/search/:user', redirect: { name: 'home' } },