Key the nav router-links

This commit is contained in:
Kevin MacMartin 2019-02-14 22:44:29 -05:00
parent 834b344c83
commit 91515a6ca8

View file

@ -17,6 +17,7 @@
<div class="nav-section-component-links-wrapper">
<router-link
v-for="link in navLinks"
:key="link.path.replace(/^\//, '').replace(/\//, '-')"
class="navlink"
:to="link.path"
exact>