Lista Friends

This commit is contained in:
paoloar77
2022-01-05 19:11:47 +01:00
parent 0997ef1ec3
commit a1f2ced085
46 changed files with 282 additions and 13236 deletions

View File

@@ -80,8 +80,8 @@ export default defineComponent({
}
}
watch(() => idparam, (newval, oldval) => {
tab.value = idparam.value
watch(() => idparam.value, (newval, oldval) => {
tab.value = newval
})
async function createNewsletter(minuti: number, loading: boolean) {