- COMPLETAMENTO PASSAGGIO A VITE - versione 1.2.2:
- Sistemato RefreshToken - Integrato modifiche di PiuCheBuono - Aggiornato a Node 22 - Aggiornato Server a Mongodb 8.0.
This commit is contained in:
@@ -257,9 +257,9 @@ export default defineComponent({
|
||||
default: 0,
|
||||
},
|
||||
heightcarousel: {
|
||||
type: Number,
|
||||
type: String,
|
||||
required: false,
|
||||
default: 0,
|
||||
default: '',
|
||||
},
|
||||
prop_pagination: {
|
||||
type: Object as PropType<IPagination>,
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
myclass="fixed-size"
|
||||
:title="$t('statusreg.online_today')"
|
||||
icon="fas fa-wifi"
|
||||
:mytextval="datastat.online_today"
|
||||
:mytextval="tools.numtostr(datastat.online_today)"
|
||||
classColor="text-orange"
|
||||
colBack="yellow"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user