UNPKG

@thunderstorefront/thunder

Version:

## Commands

6 lines (5 loc) 127 B
export default defineNuxtPlugin((nuxtApp) => { nuxtApp.hook('client:error', (error) => { console.error(error); }); });