- 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:
@@ -8,7 +8,7 @@ export default defineComponent({
|
||||
title: String,
|
||||
icon: String,
|
||||
value_today: Number,
|
||||
mytextval: Number,
|
||||
mytextval: String,
|
||||
classColor: String,
|
||||
colBack: String,
|
||||
mystyle: String,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user