- Aggiornato node.js alla versione 22.18.1

- Aggiornato tutti i pacchetti del server all'ultima versione.
- passato mongoose da versione 5 a versione 6
This commit is contained in:
Surya Paolo
2025-03-03 00:45:56 +01:00
parent 28ed99703d
commit 6d112b8e45
18 changed files with 76 additions and 234 deletions

View File

@@ -8,7 +8,7 @@ export default defineComponent({
title: String,
icon: String,
value_today: Number,
mytextval: Number,
mytextval: String,
classColor: String,
colBack: String,
mystyle: String,

View File

@@ -16,7 +16,7 @@
{{ mytextval }}
<q-badge
v-if="value_today > 0"
align="top"
:style="`text-align: top;`"
:label="`+` + value_today + ` oggi`"
:color="colBack"
>
@@ -30,5 +30,5 @@
</script>
<style lang="scss" scoped>
@import './CElemStat.scss';
@import "./CElemStat.scss";
</style>