[web] Format source code

This commit is contained in:
Alain Nussbaumer 2024-03-13 18:15:18 +01:00
parent 4ca397a8f2
commit 46a8051e41

View File

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