Explorar el Código

update

master
Daniel Ledda hace 2 meses
padre
commit
8be0fa749e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/generative-energy/GECalculator.tsx

+ 1
- 1
app/generative-energy/GECalculator.tsx Ver fichero

@@ -78,7 +78,7 @@ export default defineComponent({
if (_.name === "Grains") {
numGrains.value = val;
} else {
numGrains.value = _.mpg / val;
numGrains.value = val / _.mpg;
}
}}
min="0"


Cargando…
Cancelar
Guardar