From da4a2d95306ec0bc43bd7ff4987b3b3a2bf9a07c Mon Sep 17 00:00:00 2001 From: "gwenael.planchon" Date: Tue, 12 Mar 2024 11:03:37 +0100 Subject: [PATCH] =?UTF-8?q?creer=20tableau=20qui=20s'adapte=20=C3=A0=20l'a?= =?UTF-8?q?pi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/admin/gestion/Ajout.vue | 30 +++++++ .../src/components/admin/gestion/Liste.vue | 79 +++++++++++++++++++ .../src/components/admin/gestion/ligne.vue | 50 ++++++++++++ 3 files changed, 159 insertions(+) create mode 100644 science-quest/src/components/admin/gestion/Ajout.vue create mode 100644 science-quest/src/components/admin/gestion/Liste.vue create mode 100644 science-quest/src/components/admin/gestion/ligne.vue diff --git a/science-quest/src/components/admin/gestion/Ajout.vue b/science-quest/src/components/admin/gestion/Ajout.vue new file mode 100644 index 0000000..e738d49 --- /dev/null +++ b/science-quest/src/components/admin/gestion/Ajout.vue @@ -0,0 +1,30 @@ + + + \ No newline at end of file diff --git a/science-quest/src/components/admin/gestion/Liste.vue b/science-quest/src/components/admin/gestion/Liste.vue new file mode 100644 index 0000000..c58f3be --- /dev/null +++ b/science-quest/src/components/admin/gestion/Liste.vue @@ -0,0 +1,79 @@ + + + +./ligne.vue \ No newline at end of file diff --git a/science-quest/src/components/admin/gestion/ligne.vue b/science-quest/src/components/admin/gestion/ligne.vue new file mode 100644 index 0000000..5d20019 --- /dev/null +++ b/science-quest/src/components/admin/gestion/ligne.vue @@ -0,0 +1,50 @@ + + + + \ No newline at end of file