docs: fix mobile menu not closing when clicking a link
This commit is contained in:
parent
6ecc5b69a1
commit
7ecadc1aa0
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue