This commit is contained in:
booploops 2021-12-09 01:08:15 -08:00
commit 9c3fe5ca61

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() {