From 8b7efbaac5a0023759447d68a7f90afa5cdca286 Mon Sep 17 00:00:00 2001 From: Jerome Villiseck Date: Wed, 18 Sep 2024 08:59:38 +0200 Subject: [PATCH] =?UTF-8?q?-=20Am=C3=A9lioration=20de=20la=20lisibilit?= =?UTF-8?q?=C3=A9=20du=20composant=20et=20s=C3=A9paration=20des=20logiques?= =?UTF-8?q?=20selon=20le=20type=20de=20service=20pour=20MenuDownloadFile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MenuDownloadFile.vue | 75 +++++++++++++++++++++++------ 1 file changed, 59 insertions(+), 16 deletions(-) diff --git a/src/components/MenuDownloadFile.vue b/src/components/MenuDownloadFile.vue index 0eb77c6..382d559 100644 --- a/src/components/MenuDownloadFile.vue +++ b/src/components/MenuDownloadFile.vue @@ -1,26 +1,60 @@