diff --git a/web-src/src/templates/ContentWithHeading.vue b/web-src/src/templates/ContentWithHeading.vue index e7990c9f..8c72a280 100644 --- a/web-src/src/templates/ContentWithHeading.vue +++ b/web-src/src/templates/ContentWithHeading.vue @@ -53,7 +53,10 @@ export default { return this.options_visible ? 'chevron-up' : 'chevron-down' }, position() { - return { hash: this.options_visible ? '#top' : '#app', query: this.$route.query } + return { + hash: this.options_visible ? '#top' : '#app', + query: this.$route.query + } } }, mounted() {