564e3ebfb4
Make them responsive Fix landing loading animation
6 lines
186 B
TypeScript
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
|
|
})
|
|
}) |