diff --git a/src/main.ts b/src/main.ts index ae90269..57a0308 100644 --- a/src/main.ts +++ b/src/main.ts @@ -34,6 +34,7 @@ Vue.prototype.$auth = authService Vue.prototype.$api = api Vue.config.errorHandler = (err) => { + console.error(err) store.commit('setError', err) }