forked from extern/homer
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