Aggiungere una campanellina in ogni pagina, dove poter aprire la configurazione delle notifiche

This commit is contained in:
Surya Paolo
2022-12-03 01:58:15 +01:00
parent e11cf19149
commit 556d933638
3 changed files with 15 additions and 1 deletions

View File

@@ -2057,6 +2057,10 @@ export default defineComponent({
}
}
function showNotification() {
$router.push('/notifs')
}
created()
mounted()
@@ -2148,6 +2152,7 @@ export default defineComponent({
myinfscroll,
t,
exportTable,
showNotification,
}
}
})