We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f60f6 commit e6f9eefCopy full SHA for e6f9eef
app/app.vue
@@ -121,9 +121,12 @@ if (import.meta.client) {
121
<template>
122
<div class="min-h-screen flex flex-col bg-bg text-fg">
123
<NuxtPwaAssets />
124
- <LinkBase to="#main-content" variant="button-primary" class="skip-link">{{
125
- $t('common.skip_link')
126
- }}</LinkBase>
+ <LinkBase
+ :to="{ hash: '#main-content', query: route.query, params: route.params }"
+ variant="button-primary"
127
+ class="skip-link"
128
+ >{{ $t('common.skip_link') }}</LinkBase
129
+ >
130
131
<AppHeader :show-logo="!isHomepage" />
132
0 commit comments