From 0e2309a25bab0569cc8120fb55c6ab76ef81c1ed Mon Sep 17 00:00:00 2001 From: Rakantor Date: Wed, 2 Nov 2022 21:30:06 +0100 Subject: [PATCH] Add option for admins to create new courses --- components/AddCourse.vue | 123 +++++++++++++++++++++++++++++++++++++++ pages/dashboard.vue | 9 ++- store/index.js | 10 ++++ 3 files changed, 137 insertions(+), 5 deletions(-) create mode 100644 components/AddCourse.vue diff --git a/components/AddCourse.vue b/components/AddCourse.vue new file mode 100644 index 0000000..4abc840 --- /dev/null +++ b/components/AddCourse.vue @@ -0,0 +1,123 @@ + + + \ No newline at end of file diff --git a/pages/dashboard.vue b/pages/dashboard.vue index 76b517e..8bd4717 100644 --- a/pages/dashboard.vue +++ b/pages/dashboard.vue @@ -1,6 +1,9 @@