From 46a8051e41518e01a0e897136adec802ac0d1432 Mon Sep 17 00:00:00 2001 From: Alain Nussbaumer Date: Wed, 13 Mar 2024 18:15:18 +0100 Subject: [PATCH] [web] Format source code --- web-src/src/templates/ContentWithHeading.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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() {