<h3 id="report" ref="report-link">Preview Report</h3>
methods: {
generateReport: function(link) {
console.log(link);
$ref['report-link'].scrollIntoView()
//or if you are receiving the link element dom itself as the param //just use
link.scrollIntoView()
}
}