8000 fix(website): topic link missing active class · openupm/openupm@28f176a · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
fix(website): topic link missing active class
Browse files Browse the repository at this point in the history
  • Loading branch information
favoyang committed Feb 10, 2020
1 parent ea7b23f commit 28f176a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/theme/layouts/PackageList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<li class="divider" data-content="TOPICS"></li>
<li v-for="item in topics" :key="item.slug" class="menu-item">
<RouterLink
class="nav-link"
:class="['nav-link', item.class]"
:to="{ path: item.link, query: { sort } }"
:exact="false"
>
Expand Down

0 comments on commit 28f176a

Please sign in to comment.
0