```ts nuxtApp.hook("vue:error", (err: any) => { if (err?.message?.startsWith("No match for")) { // ignore error } }) ```