1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-04-15 09:50:17 -04:00

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>