From 48e88ddc4509b03ef1195f451cd772288c31cd77 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 6 Sep 2018 15:31:13 +0200 Subject: [PATCH] Add exercise form component --- .../components/content-forms/ExerciseForm.vue | 38 ++++++++++++++++++- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/client/src/components/content-forms/ExerciseForm.vue b/client/src/components/content-forms/ExerciseForm.vue index c1f4dc25..3413212d 100644 --- a/client/src/components/content-forms/ExerciseForm.vue +++ b/client/src/components/content-forms/ExerciseForm.vue @@ -1,15 +1,49 @@ + import InfoIcon from '@/components/icons/InfoIcon'; + export default { + components: { + InfoIcon + } + } +