From e9acc176389c9fc4597e2e3e1b38e3c4b1328c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?timoth=C3=A9?= Date: Fri, 29 Mar 2019 12:28:24 +0100 Subject: [PATCH] exo fait --- public/index.html | 4 +++- src/App.vue | 32 ++++++++++++++++++++++---- src/components/Conditon.vue | 32 ++++++++++++++++++++++++++ src/components/Course.vue | 43 +++++++++++++++++++++++++++++++++++ src/components/Declaratif.vue | 31 +++++++++++++++++++++++++ 5 files changed, 137 insertions(+), 5 deletions(-) create mode 100644 src/components/Conditon.vue create mode 100644 src/components/Course.vue create mode 100644 src/components/Declaratif.vue diff --git a/public/index.html b/public/index.html index 0dd585e..1dcc09a 100644 --- a/public/index.html +++ b/public/index.html @@ -13,5 +13,7 @@
- + + + diff --git a/src/App.vue b/src/App.vue index c119220..24c9628 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,12 +1,36 @@ \ No newline at end of file diff --git a/src/components/Course.vue b/src/components/Course.vue new file mode 100644 index 0000000..08762fa --- /dev/null +++ b/src/components/Course.vue @@ -0,0 +1,43 @@ + + + + + \ No newline at end of file diff --git a/src/components/Declaratif.vue b/src/components/Declaratif.vue new file mode 100644 index 0000000..5e8a361 --- /dev/null +++ b/src/components/Declaratif.vue @@ -0,0 +1,31 @@ + + + + + \ No newline at end of file