Files
hossein-por-shop/frontend/plugins/error-handlers.ts
T
marzban-dev 564e3ebfb4 Change heymlz animations
Make them responsive
Fix landing loading animation
2025-04-11 17:57:21 +03:30

6 lines
186 B
TypeScript

export default defineNuxtPlugin((nuxtApp) => {
// Also possible
nuxtApp.hook('vue:error', (error, instance, info) => {
// handle error, e.g. report to a service
})
})