mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-12-15 12:49:49 +01:00
Fix item key for horizontal layout
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
</h2>
|
||||
<Service
|
||||
v-for="item in group.items"
|
||||
:key="item.name"
|
||||
:key="item.url"
|
||||
v-bind:item="item"
|
||||
:class="['column', `is-${12 / config.columns}`]"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user