From a0ae63dc6a72354ca56bc83048a8139c451cc036 Mon Sep 17 00:00:00 2001 From: Rakantor Date: Sun, 30 Oct 2022 11:30:10 +0100 Subject: [PATCH] Add list of open-ended questions --- components/Coop.vue | 56 +++++++++++++++++++++++++++++++++ pages/courses/_course/index.vue | 8 ++--- 2 files changed, 58 insertions(+), 6 deletions(-) create mode 100644 components/Coop.vue diff --git a/components/Coop.vue b/components/Coop.vue new file mode 100644 index 0000000..b874841 --- /dev/null +++ b/components/Coop.vue @@ -0,0 +1,56 @@ + + + \ No newline at end of file diff --git a/pages/courses/_course/index.vue b/pages/courses/_course/index.vue index 356c425..6c5a7a0 100644 --- a/pages/courses/_course/index.vue +++ b/pages/courses/_course/index.vue @@ -4,8 +4,8 @@ Challenge Mode - - Co-op Mode + + @@ -34,10 +34,6 @@ export default { playVersus () { // TODO this.$router.push(`${this.$route.path}/play`) - }, - playCoop () { - // TODO - this.$toast({ content: 'Todo: Co-op Mode implementieren', color: 'info' }) } } }