From fc1b0519c4ad74f4338302f8e5985e84e21bb4af Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 14 Aug 2018 15:10:37 +0200 Subject: [PATCH] Parametrize module component --- client/src/App.vue | 2 +- client/src/components/Module.vue | 70 ++++++++++++++ client/src/pages/module.vue | 155 +++++++++++-------------------- 3 files changed, 126 insertions(+), 101 deletions(-) create mode 100644 client/src/components/Module.vue diff --git a/client/src/App.vue b/client/src/App.vue index 45e33b47..8e7d66e8 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,7 +1,7 @@