mirror of https://github.com/bastienwirtz/homer
Fix item key for horizontal layout
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