Aggiungere una campanellina in ogni pagina, dove poter aprire la configurazione delle notifiche
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user