Merge branch 'main' of https://github.com/ciderapp/Cider
This commit is contained in:
commit
9c3fe5ca61
1 changed files with 2 additions and 0 deletions
|
@ -159,6 +159,8 @@ const app = new Vue({
|
|||
},
|
||||
watch: {
|
||||
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: {
|
||||
async init() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue