might as well do this

This commit is contained in:
vapormusic 2021-12-09 16:03:41 +07:00
parent 1c9acb849d
commit 4b9930c9e9

View file

@ -159,6 +159,8 @@ const app = new Vue({
}, },
watch: { watch: {
page: () => {document.getElementById("app-content").scrollTo(0,0);}, page: () => {document.getElementById("app-content").scrollTo(0,0);},
showingPlaylist: () => {document.getElementById("app-content").scrollTo(0,0);},
artistPage: () => {document.getElementById("app-content").scrollTo(0,0);},
}, },
methods: { methods: {
async init() { async init() {