[web] Fix a bug preventing to index buttons to work in the genre pages

This commit is contained in:
Alain Nussbaumer
2024-03-13 17:32:35 +01:00
parent b59a1b9407
commit 601962c8d8
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
v-for="index in indices"
:key="index"
class="button is-small"
:to="'#index_' + index"
:to="{ hash: `#index_${index}`, query: $route.query }"
>{{ index }}</router-link
>
</nav>