[Client] workout - add checkbox to select data on chart - fix #116

This commit is contained in:
Sam
2021-11-28 14:11:30 +01:00
parent 7d2248ec8c
commit 5201362ac4
3 changed files with 100 additions and 1 deletions

View File

@ -52,7 +52,7 @@
import { useRoute } from 'vue-router'
import NotFound from '@/components/Common/NotFound.vue'
import WorkoutChart from '@/components/Workout/WorkoutChart.vue'
import WorkoutChart from '@/components/Workout/WorkoutChart/index.vue'
import WorkoutDetail from '@/components/Workout/WorkoutDetail/index.vue'
import WorkoutNotes from '@/components/Workout/WorkoutNotes.vue'
import WorkoutSegments from '@/components/Workout/WorkoutSegments.vue'