mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-12-15 20:59:49 +01:00
Fix duplicate URL keys #145
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
<a
|
||||
class="navbar-item"
|
||||
rel="noreferrer"
|
||||
v-for="link in links"
|
||||
:key="link.url"
|
||||
v-for="(link, key) in links"
|
||||
:key="key"
|
||||
:href="link.url"
|
||||
:target="link.target"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user