Commit 01cad12c by qinjianhui

fix: 点击菜单后关闭菜单

parent 8c770b13
......@@ -42,7 +42,7 @@
<router-link
class="header-nav-mobile-link"
:to="rr.route"
@click="toggleShow"
@click.native="toggleShow"
>{{ rr.title }}</router-link
>
</li>
......@@ -52,7 +52,7 @@
v-else
class="header-nav-mobile-link"
:to="r.route"
@click="toggleShow"
@click.native="toggleShow"
>{{ r.title }}</router-link
>
</li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment