auto scroll to top on page change

This commit is contained in:
vapormusic 2021-12-09 15:49:11 +07:00
parent 0ec69875d5
commit 485d9fae5d

View file

@ -157,6 +157,9 @@ const app = new Vue({
pageHistory: [],
songstest: false
},
watch: {
page: () => {document.getElementById("app-content").scrollTo(0,0);},
},
methods: {
async init() {
let self = this