diff --git a/src/views/Home.vue b/src/views/Home.vue index 5d1807e..49d3036 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -39,7 +39,7 @@ shadow-md cursor-pointer " - :to="{ name: 'View Workout' }" + :to="{ name: 'View Workout', params: { workoutId: workout.id } }" v-for="(workout, index) in data" :key="index" >