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

Error when the application list is empty #461

Closed
martinRenou opened this issue May 18, 2017 · 1 comment
Closed

Error when the application list is empty #461

martinRenou opened this issue May 18, 2017 · 1 comment
Labels

Comments

@martinRenou
Copy link
Member

When the application list is empty, an error occurred "this.$el is undefined" in ApplicationView.vue because the component is simply not rendered.

@martinRenou
Copy link
Member Author

My bad, the error is not this.$el is undefined but this.$el.querySelector is not a function because when the main element of the template ($el) is not rendered, it is evaluated in javascript with the string <!--->

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant