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
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 <!--->
When the application list is empty, an error occurred "this.$el is undefined" in
ApplicationView.vue
because the component is simply not rendered.The text was updated successfully, but these errors were encountered: