++ DebugOn status (to see what happened)

fix visu activities
This commit is contained in:
Surya Paolo
2022-12-14 22:07:23 +01:00
parent bd0eab53ae
commit fbcd076705
22 changed files with 69 additions and 33 deletions

View File

@@ -53,6 +53,7 @@ export default defineComponent({
const username = computed(() => $route.params.username ? $route.params.username.toString() : userStore.my.username)
const idnotif = computed(() => $route.query.idnotif ? $route.query.idnotif.toString() : '')
const isDebugOn = computed(() => tools.isDebugOn())
const filtroutente = ref(<any[]>[])
const showPic = ref(false)
@@ -108,8 +109,8 @@ export default defineComponent({
}
})
caricato.value = true
}
caricato.value = true
}catch (e) {
console.error('ERR loadProfile', e)
}
@@ -199,6 +200,7 @@ export default defineComponent({
showsendCoinTo,
site,
listcircuitsfiltered,
isDebugOn,
}
}
})