mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Key the nav router-links
This commit is contained in:
parent
834b344c83
commit
91515a6ca8
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue