mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-01-27 08:18:53 +01:00
Fix item key for horizontal layout
This commit is contained in:
parent
a2e28229a9
commit
1b41b46193
@ -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}`]"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user