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