docs: fix mobile menu not closing when clicking a link

This commit is contained in:
Dragory 2020-12-13 23:33:33 +02:00
parent 6ecc5b69a1
commit 7ecadc1aa0
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -42,7 +42,7 @@
<!-- Content -->
<main class="docs-content main-content flex-flexible overflow-x-hidden">
<a id="main-anchor" ref="main-anchor"></a>
<a id="main-anchor" ref="main-anchor" tabindex="-1" class="sr-only"></a>
<router-view :key="$route.fullPath"></router-view>
</main>
</div>