doc: add workoutId param to View Workout path
This commit is contained in:
+1
-1
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user