
Referencing elements outside the current component by ID is not a good approach; using `this.$el.parentElement` is a bit cleaner.
Referencing elements outside the current component by ID is not a good approach; using `this.$el.parentElement` is a bit cleaner.