mirror of
https://github.com/maciejpedzich/racemash.git
synced 2025-04-05 00:01:11 +02: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…
x
Reference in New Issue
Block a user