We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa2e86 commit 6709f5fCopy full SHA for 6709f5f
src/components/layout/Header.vue
@@ -38,7 +38,7 @@
38
<i class="fa fa-users" aria-hidden="true"></i>Member Search
39
</router-link>
40
</li>
41
- <li @click="HeaderCtrl.showMobileMenu = false" >
+ <li @click="showMobileMenu = false" >
42
<router-link :to="{ name: 'Mentions' }">
43
<i class="fas fa-at" aria-hidden="true"></i>Mentions
44
0 commit comments