fix links not being active by default
This commit is contained in:
parent
63f35509a7
commit
bd7356376e
4 changed files with 43 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<li class="NavigationEntry">
|
||||
<router-link
|
||||
class="menu-item"
|
||||
:to="item.routeObject || { name: (currentUser || item.anon) ? item.route : item.anonRoute, params: { username: currentUser.screen_name } }"
|
||||
:to="routeTo"
|
||||
>
|
||||
<FAIcon
|
||||
v-if="item.icon"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue