From 0d13783421b405b23aacab658b1a764f2ab72689 Mon Sep 17 00:00:00 2001 From: Simon C Date: Tue, 2 May 2023 23:28:28 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Design=20ajout=20d'un=20logo=20pour=20l?= =?UTF-8?q?e=20t=C3=A9l=C3=A9chargement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Question.vue | 1 - src/components/Score.vue | 30 ++++++++++++++++++++++++++++-- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/src/components/Question.vue b/src/components/Question.vue index 72e96d3..cc35528 100644 --- a/src/components/Question.vue +++ b/src/components/Question.vue @@ -26,7 +26,6 @@ function slideMove(splide, newIndex) { answerWeight.value = props.question.answers[newIndex].weight; emits("answerSelected", props.question, answerWeight); } -const isProduction = process.env.NODE_ENV == "production"; const displayPopup = ref(false); function showHidePopup() { displayPopup.value = !displayPopup.value; diff --git a/src/components/Score.vue b/src/components/Score.vue index 76f2538..e9e3382 100644 --- a/src/components/Score.vue +++ b/src/components/Score.vue @@ -174,7 +174,30 @@ async function share() { - +