mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
[web] Format source code
This commit is contained in:
parent
4ca397a8f2
commit
46a8051e41
@ -53,7 +53,10 @@ export default {
|
|||||||
return this.options_visible ? 'chevron-up' : 'chevron-down'
|
return this.options_visible ? 'chevron-up' : 'chevron-down'
|
||||||
},
|
},
|
||||||
position() {
|
position() {
|
||||||
return { hash: this.options_visible ? '#top' : '#app', query: this.$route.query }
|
return {
|
||||||
|
hash: this.options_visible ? '#top' : '#app',
|
||||||
|
query: this.$route.query
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
Loading…
Reference in New Issue
Block a user