mirror of https://github.com/bastienwirtz/homer
Merge 6ba1bcd748
into a38514739d
commit
094f22f42d
|
@ -86,8 +86,8 @@
|
|||
{{ group.name }}
|
||||
</h2>
|
||||
<Service
|
||||
v-for="(item, index) in group.items"
|
||||
:key="`service-${groupIndex}-${index}`"
|
||||
v-for="(item) in group.items"
|
||||
:key="`${currentPage}-${group.name}-${item.name}`"
|
||||
:item="item"
|
||||
:proxy="config.proxy"
|
||||
:class="[
|
||||
|
@ -119,8 +119,8 @@
|
|||
{{ group.name }}
|
||||
</h2>
|
||||
<Service
|
||||
v-for="(item, index) in group.items"
|
||||
:key="index"
|
||||
v-for="(item) in group.items"
|
||||
:key="`${currentPage}-${group.name}-${item.name}`"
|
||||
:item="item"
|
||||
:proxy="config.proxy"
|
||||
:class="item.class || group.class"
|
||||
|
|
Loading…
Reference in New Issue