might as well do this
This commit is contained in:
parent
1c9acb849d
commit
4b9930c9e9
1 changed files with 2 additions and 0 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue