Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve display of template compile errors #2

Open
saraedum opened this issue Jul 25, 2022 · 0 comments
Open

Improve display of template compile errors #2

saraedum opened this issue Jul 25, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@saraedum
Copy link
Member

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.

@saraedum saraedum added the enhancement New feature or request label Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant