bugfix(router): añadido id de receta a la ruta de UserDetail

parent 9b6f53e1
Showing with 1 additions and 1 deletions
......@@ -43,7 +43,7 @@ const routes = [
meta: { requiresAuth: true }
},
{
path: '/recipes/detail',
path: '/recipes/detail/:id',
name: 'RecipeDetail',
component: RecipeDetail,
meta: { requiresAuth: true }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment