Role para uma tag javascript
scrollToTag() {
const element = document.getElementById("tagId");
element.scrollIntoView();
},
Thyago Mac
scrollToTag() {
const element = document.getElementById("tagId");
element.scrollIntoView();
},