Unsubscribe

This commit is contained in:
Surya Paolo
2023-02-15 21:40:10 +01:00
parent d59eb86d0c
commit 239cfbe835
17 changed files with 992 additions and 609 deletions

View File

@@ -58,13 +58,12 @@ export default defineComponent({
const idparam = computed( () => $route.params.idparam ? $route.params.idparam.toString() : '')
async function mounted() {
await load()
newsstate.value = DefaultNewsState
// tab = tools.getCookie('formnews', 'check')
tab.value = $route.params.idparam.toString()
emailtextheader.value = getValDb('EMAIL_TEXT', true)
tab.value = idparam.value
// emailtextheader.value = getValDb('EMAIL_TEXT', true)
}
@@ -308,6 +307,7 @@ export default defineComponent({
costanti,
fieldsTable,
globalStore,
idparam,
}
}
})

File diff suppressed because it is too large Load Diff