Sulla foto della notifica il click non funziona

check App
This commit is contained in:
Surya Paolo
2023-01-25 11:55:06 +01:00
parent 567f7b4be7
commit e58f7249a6
9 changed files with 25 additions and 10 deletions

View File

@@ -79,17 +79,19 @@ export default {
function mounted() {
console.log('app mounted')
darkcookie.value = tools.getCookie('darkmode', false, false, false) === '-1'
scroll()
tools.initprompt()
tools.checkApp()
}
async function created() {
tools.initprompt()
tools.checkApp()
try {
if (process.env.DEV) {
console.info('SESSIONE IN SVILUPPO ! (DEV)')