You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vue.js does not seem to use their own hooks when compiling, see vuejs/vue#8467, they just call a globally registered error/warning handler that calls console.warn. So, currently it's not clear how we can display compile errors in templates without telling people to have a look at the browser console. Probably we should at least do that automatically.
The text was updated successfully, but these errors were encountered:
Vue.js does not seem to use their own hooks when compiling, see vuejs/vue#8467, they just call a globally registered error/warning handler that calls console.warn. So, currently it's not clear how we can display compile errors in templates without telling people to have a look at the browser console. Probably we should at least do that automatically.
The text was updated successfully, but these errors were encountered: