diff --git a/src/main.ts b/src/main.ts index 06ff3b2..62278a3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -17,10 +17,4 @@ const app = createApp(App); registerPlugins(app); -app.config.errorHandler = (error) => { - if (import.meta.env.DEV) { - console.error(error); - } -}; - app.mount('#app');