3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 16:25:03 +00:00

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 d414207be9
commit b88211efdf

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>