N
Nuxt2y ago
oemer

How to ignore an error in a nuxtApp.hook?

nuxtApp.hook("vue:error", (err: any) => {
if (err?.message?.startsWith("No match for")) {
// ignore error
}
})
nuxtApp.hook("vue:error", (err: any) => {
if (err?.message?.startsWith("No match for")) {
// ignore error
}
})
0 Replies
No replies yetBe the first to reply to this messageJoin
Want results from more Discord servers?
Add your server