Fix scrolling issue.

Looks like Vue Router's scrollBehavior is broken.
This commit is contained in:
FireMasterK
2021-07-05 00:59:19 +05:30
parent aa81677450
commit 29b49de40c
2 changed files with 4 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ export default {
this.getVideoData();
this.getSponsors();
this.getComments();
window.scrollTo(0, 0);
}
},
},