From fc1c78b90c5691452d8f1f34a374e56db38161d1 Mon Sep 17 00:00:00 2001 From: clonbg Date: Tue, 2 May 2023 10:55:47 +0200 Subject: [PATCH] =?UTF-8?q?Ajustado,=20daba=20demasiados=20d=C3=ADas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/IndexPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/IndexPage.vue b/src/pages/IndexPage.vue index 7383e43..4fd69c4 100644 --- a/src/pages/IndexPage.vue +++ b/src/pages/IndexPage.vue @@ -24,7 +24,7 @@ const calcular = () => { let valor = 0; valor = temp_max.value - humedad_relativa.value * 0.2; // ajustar - valor = valor * 0.5; + valor = valor * 0.27; let hoy = new Date(); let newDate = date.addToDate(hoy, { days: Math.round(valor) }); fecha.value = newDate.toLocaleDateString("es-es", {