mirror of
https://github.com/maciejpedzich/racemash.git
synced 2024-11-27 16:15:47 +01:00
Remove global error handler
This commit is contained in:
parent
6c0a095fe2
commit
6acf2ba52e
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user