- aggiornato Card service, e CGridTableRec.

This commit is contained in:
Surya Paolo
2025-11-28 21:28:31 +01:00
parent 3018542868
commit 2abdda3b44
17 changed files with 1753 additions and 421 deletions

View File

@@ -219,6 +219,7 @@ export default defineComponent({
const newtype = ref(<any>'');
const canShowVersion = ref(false);
const nascondiBottone = ref(false);
const isAppRunning = computed(() => globalStore.isAppRunning);
@@ -490,6 +491,7 @@ export default defineComponent({
isNewVersionAvailable,
enablePwa,
mostraInviti,
nascondiBottone,
};
},
});