I have a intralink on a page:
<h3 id="report">Preview Report</h3>
and when I submit form I call the method as shown below
methods: {
generateReport: function(link) {
console.log(link);
window.location.href = "report"
}
}
instead of scrolling down below to to where intra page link report
is it navigates to a different page (default homepage)