diff --git a/resources/js_vue3/app.js b/resources/js_vue3/app.js index b6f023bd..4b996b3d 100644 --- a/resources/js_vue3/app.js +++ b/resources/js_vue3/app.js @@ -77,12 +77,12 @@ app .component('Kicker', Kicker) // Global error handling -import { useNotifyStore } from '@/stores/notify' -if (process.env.NODE_ENV != 'development') { - app.config.errorHandler = (err) => { - useNotifyStore().error(err) - } -} +// import { useNotifyStore } from '@/stores/notify' +// if (process.env.NODE_ENV != 'development') { +// app.config.errorHandler = (err) => { +// useNotifyStore().error(err) +// } +// } // Helpers // app.config.globalProperties.$helpers = helpers