From 13d378897ac72e4a4c65a2a5f5c8ebb84c66e299 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 15 Aug 2018 14:46:00 +0200 Subject: [PATCH] Add chapter and content block components --- client/src/components/Chapter.vue | 20 +++++++++ client/src/components/ContentBlock.vue | 56 ++++++++++++++++++++++++ client/src/components/Module.vue | 18 +++++--- client/src/components/ObjectiveGroup.vue | 1 + client/src/components/TextBlock.vue | 9 ++++ 5 files changed, 99 insertions(+), 5 deletions(-) create mode 100644 client/src/components/Chapter.vue create mode 100644 client/src/components/ContentBlock.vue create mode 100644 client/src/components/TextBlock.vue diff --git a/client/src/components/Chapter.vue b/client/src/components/Chapter.vue new file mode 100644 index 00000000..bf290a57 --- /dev/null +++ b/client/src/components/Chapter.vue @@ -0,0 +1,20 @@ + + + diff --git a/client/src/components/ContentBlock.vue b/client/src/components/ContentBlock.vue new file mode 100644 index 00000000..51bd9f26 --- /dev/null +++ b/client/src/components/ContentBlock.vue @@ -0,0 +1,56 @@ + + + + + diff --git a/client/src/components/Module.vue b/client/src/components/Module.vue index ea9f87ba..4424a74d 100644 --- a/client/src/components/Module.vue +++ b/client/src/components/Module.vue @@ -10,8 +10,8 @@

Lernziele

+

1.1 Lehrbeginn

-

Auftrag 1

Das Interview

Tipp

1.2 Die drei Lernorte

@@ -23,12 +23,12 @@