Bump Nuxt + Minor Fixes (#1065)

* Bump Nuxt + Minor Fixes

* Run lint
This commit is contained in:
Geometrically
2023-03-27 09:20:25 -07:00
committed by GitHub
parent 25bd61558b
commit 7214b71c29
13 changed files with 1395 additions and 1582 deletions

View File

@@ -431,9 +431,7 @@ export default defineNuxtComponent({
},
})
.then(() => {})
.catch((e) => {
console.error('An error occurred while registering the visit: ', e)
})
.catch(() => {})
})
},
toggleMobileMenu() {